Skip to content

Commit

Permalink
Sort import block
Browse files Browse the repository at this point in the history
  • Loading branch information
efemiydi committed Jun 8, 2024
1 parent e8b3461 commit ca95c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app/models.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from sqlmodel import Field, Relationship, SQLModel, AutoString
from pydantic import EmailStr
from sqlmodel import Field, Relationship, SQLModel, AutoString

# Shared properties
class UserBase(SQLModel):
Expand Down

0 comments on commit ca95c0f

Please sign in to comment.