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 19859fa commit 87401caCopy full SHA for 87401ca
sqlmodel/main.py
@@ -51,7 +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 LargeBinary, Time, JSON
+from sqlalchemy.sql.sqltypes import JSON, LargeBinary, Time
55
from typing_extensions import Literal, deprecated, get_origin
56
57
from ._compat import ( # type: ignore[attr-defined]
0 commit comments