Skip to content

Commit 367b317

Browse files
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
1 parent e0df9d8 commit 367b317

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sqlmodel/main.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +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 JSON, LargeBinary, Time, Uuid
55-
54+
from sqlalchemy.sql.sqltypes import JSON, LargeBinary, Time
5655
from typing_extensions import Literal, deprecated, get_origin
5756

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

0 commit comments

Comments
 (0)