Skip to content

Commit 065c3ba

Browse files
committed
🎨 Auto format
1 parent cd385bb commit 065c3ba

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/test_pydantic/test_field.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ def test_unique_items_is_deprecated():
106106

107107
class Model(SQLModel):
108108
values: list[int] = Field(unique_items=True)
109+
110+
109111
def test_min_items():
110112
with pytest.warns(
111113
DeprecationWarning,

0 commit comments

Comments
 (0)