Skip to content

Commit 87401ca

Browse files
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
1 parent 19859fa commit 87401ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlmodel/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
from sqlalchemy.orm.decl_api import DeclarativeMeta
5252
from sqlalchemy.orm.instrumentation import is_instrumented
5353
from sqlalchemy.sql.schema import MetaData
54-
from sqlalchemy.sql.sqltypes import LargeBinary, Time, JSON
54+
from sqlalchemy.sql.sqltypes import JSON, LargeBinary, Time
5555
from typing_extensions import Literal, deprecated, get_origin
5656

5757
from ._compat import ( # type: ignore[attr-defined]

0 commit comments

Comments
 (0)