Skip to content

Commit c5d7df8

Browse files
committed
Fix formatting
1 parent 435ad53 commit c5d7df8

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

sqlmodel/main.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,14 @@
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 Annotated, Literal, TypeAlias, deprecated, get_args, get_origin
55+
from typing_extensions import (
56+
Annotated,
57+
Literal,
58+
TypeAlias,
59+
deprecated,
60+
get_args,
61+
get_origin,
62+
)
5663

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

0 commit comments

Comments
 (0)