Skip to content

Commit ce968ea

Browse files
committed
avoid circular import
1 parent c659666 commit ce968ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlmodel/_compat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from pydantic.fields import FieldInfo
2525
from typing_extensions import Annotated, get_args, get_origin
2626

27-
from . import AutoString
27+
from .sql.sqltypes import AutoString
2828

2929
# Reassign variable to make it reexported for mypy
3030
PYDANTIC_VERSION = P_VERSION

0 commit comments

Comments
 (0)