We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0ae20e commit 0e48a37Copy full SHA for 0e48a37
tests/test_field_pd_and_json_kwarrgs.py
@@ -37,7 +37,7 @@ class User(SQLModel):
37
38
39
def test_schema_extra_and_new_param_conflict():
40
- '''test that passing schema_extra and new params at the same time raises an error'''
+ """test that passing schema_extra and new params at the same time raises an error"""
41
42
with pytest.raises(RuntimeError) as excinfo:
43
0 commit comments