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 548f005 commit 1d7f73eCopy full SHA for 1d7f73e
sqlmodel/ext/asyncio/async_model.py
@@ -1,10 +1,9 @@
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
6
from ... import SQLModel
7
-from ..._compat import get_annotations
+from ..._compat import Representation, get_annotations
8
from ...main import SQLModelMetaclass
9
10
0 commit comments