Skip to content

Commit 0e48a37

Browse files
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
1 parent f0ae20e commit 0e48a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_field_pd_and_json_kwarrgs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class User(SQLModel):
3737

3838

3939
def test_schema_extra_and_new_param_conflict():
40-
'''test that passing schema_extra and new params at the same time raises an error'''
40+
"""test that passing schema_extra and new params at the same time raises an error"""
4141

4242
with pytest.raises(RuntimeError) as excinfo:
4343

0 commit comments

Comments
 (0)