Skip to content

Commit

Permalink
remove the unused pass in userUpdate
Browse files Browse the repository at this point in the history
  • Loading branch information
meln1k committed Sep 13, 2024
1 parent bd31f53 commit 8ee1af6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fixbackend/auth/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ class UserCreate(schemas.BaseUserCreate):

class UserUpdate(schemas.BaseUserUpdate):
current_password: Optional[str] = None
pass


class OAuthProviderAuthUrl(BaseModel):
Expand Down

0 comments on commit 8ee1af6

Please sign in to comment.