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 e0df9d8 commit 367b317Copy full SHA for 367b317
sqlmodel/main.py
@@ -51,8 +51,7 @@
51
from sqlalchemy.orm.decl_api import DeclarativeMeta
52
from sqlalchemy.orm.instrumentation import is_instrumented
53
from sqlalchemy.sql.schema import MetaData
54
-from sqlalchemy.sql.sqltypes import JSON, LargeBinary, Time, Uuid
55
-
+from sqlalchemy.sql.sqltypes import JSON, LargeBinary, Time
56
from typing_extensions import Literal, deprecated, get_origin
57
58
from ._compat import ( # type: ignore[attr-defined]
0 commit comments