Skip to content

Commit 0fcdc6d

Browse files
pre-commit-ci[bot]Natarajan Krishnaswami
authored andcommitted
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
1 parent c0274bf commit 0fcdc6d

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)