Skip to content

Commit 12368da

Browse files
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
1 parent 4398a61 commit 12368da

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

sqlmodel/main.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,13 @@
5252
from sqlalchemy.orm.instrumentation import is_instrumented
5353
from sqlalchemy.sql.schema import MetaData
5454
from sqlalchemy.sql.sqltypes import LargeBinary, Time, Uuid
55-
from typing_extensions import Literal, TypeAlias, _AnnotatedAlias, deprecated, get_origin
55+
from typing_extensions import (
56+
Literal,
57+
TypeAlias,
58+
_AnnotatedAlias,
59+
deprecated,
60+
get_origin,
61+
)
5662

5763
from ._compat import ( # type: ignore[attr-defined]
5864
IS_PYDANTIC_V2,

0 commit comments

Comments
 (0)