Skip to content

Commit da1a454

Browse files
🎨 Auto format
1 parent c7e14d4 commit da1a454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlmodel/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
overload,
2424
)
2525

26-
from pydantic import BaseModel, EmailStr, AliasPath, AliasChoices
26+
from pydantic import AliasChoices, AliasPath, BaseModel, EmailStr
2727
from pydantic.fields import FieldInfo as PydanticFieldInfo
2828
from sqlalchemy import (
2929
Boolean,

0 commit comments

Comments
 (0)