Skip to content

Commit c22321e

Browse files
pre-commit-ci[bot]nkrishnaswami
authored andcommitted
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
1 parent 3b6eb6c commit c22321e

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
@@ -2,7 +2,7 @@
22
from typing import Dict, Optional
33

44
from sqlalchemy.orm.collections import attribute_keyed_dict
5-
from sqlmodel import Field, Index, Relationship, Session, SQLModel, create_engine
5+
from sqlmodel import Field, Relationship, Session, SQLModel, create_engine
66

77

88
def test_attribute_keyed_dict_works(clear_sqlmodel):

0 commit comments

Comments
 (0)