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 a22fe53 commit 44f2194Copy full SHA for 44f2194
async_sqlmodel/main.py
@@ -1,9 +1,8 @@
1
from typing import Any, ClassVar, Coroutine, Dict, Tuple, Type
2
3
-from pydantic._internal._repr import Representation
4
from sqlalchemy.util.concurrency import greenlet_spawn
5
from sqlmodel import SQLModel
6
-from sqlmodel._compat import get_annotations
+from sqlmodel._compat import Representation, get_annotations
7
from sqlmodel.main import SQLModelMetaclass
8
9
0 commit comments