We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b6eb6c commit c22321eCopy full SHA for c22321e
tests/test_attribute_keyed_dict.py
@@ -2,7 +2,7 @@
2
from typing import Dict, Optional
3
4
from sqlalchemy.orm.collections import attribute_keyed_dict
5
-from sqlmodel import Field, Index, Relationship, Session, SQLModel, create_engine
+from sqlmodel import Field, Relationship, Session, SQLModel, create_engine
6
7
8
def test_attribute_keyed_dict_works(clear_sqlmodel):
0 commit comments