Skip to content

Commit 7e55022

Browse files
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
1 parent ab774b5 commit 7e55022

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sqlmodel/_compat.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
from pydantic.fields import FieldInfo
2424
from typing_extensions import Annotated, Literal, get_args, get_origin
2525

26-
from .sql.sqltypes import AutoString
27-
2826
# Reassign variable to make it reexported for mypy
2927
PYDANTIC_VERSION = P_VERSION
3028
PYDANTIC_MINOR_VERSION = tuple(int(i) for i in P_VERSION.split(".")[:2])

0 commit comments

Comments
 (0)