We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7e14d4 commit da1a454Copy full SHA for da1a454
1 file changed
sqlmodel/main.py
@@ -23,7 +23,7 @@
23
overload,
24
)
25
26
-from pydantic import BaseModel, EmailStr, AliasPath, AliasChoices
+from pydantic import AliasChoices, AliasPath, BaseModel, EmailStr
27
from pydantic.fields import FieldInfo as PydanticFieldInfo
28
from sqlalchemy import (
29
Boolean,
0 commit comments