Skip to content

Commit 3c024e2

Browse files
committed
Merge branch 'bugfix-57/literal-satype' of github.com:nsaccente/sqlmodel into bugfix-57/literal-satype
2 parents cdc863d + e193bcd commit 3c024e2

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)