Skip to content

Commit e193bcd

Browse files
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
1 parent 859a4af commit e193bcd

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
@@ -10,7 +10,6 @@
1010
Dict,
1111
ForwardRef,
1212
Generator,
13-
Literal,
1413
Mapping,
1514
Optional,
1615
Set,
@@ -23,7 +22,6 @@
2322
from pydantic import BaseModel
2423
from pydantic.fields import FieldInfo
2524
from typing_extensions import Annotated, get_args, get_origin
26-
from .sql.sqltypes import AutoString
2725

2826
# Reassign variable to make it reexported for mypy
2927
PYDANTIC_VERSION = P_VERSION

0 commit comments

Comments
 (0)