Skip to content

Commit 8855492

Browse files
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
1 parent 6f1bafe commit 8855492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_attribute_keyed_dict.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from sqlalchemy.orm.collections import attribute_keyed_dict
77
from sqlmodel import Field, Relationship, Session, SQLModel, create_engine
88

9-
from tests.conftest import needs_py310, needs_pydanticv2
9+
from tests.conftest import needs_pydanticv2
1010

1111

1212
def test_attribute_keyed_dict_works(clear_sqlmodel):

0 commit comments

Comments
 (0)