Skip to content

Commit c659666

Browse files
committed
fix import of AutoString
1 parent 4e8b303 commit c659666

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sqlmodel/_compat.py

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

27+
from . import AutoString
28+
2729
# Reassign variable to make it reexported for mypy
2830
PYDANTIC_VERSION = P_VERSION
2931
PYDANTIC_MINOR_VERSION = tuple(int(i) for i in P_VERSION.split(".")[:2])

0 commit comments

Comments
 (0)