Skip to content

Commit

Permalink
fix: run black
Browse files Browse the repository at this point in the history
  • Loading branch information
joel authored and joel committed Jan 28, 2024
1 parent ed9edab commit 89bcd15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gotrue/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,11 @@ class OAuthResponse(BaseModel):
class SSOResponse(BaseModel):
url: str


class IdentitiesResponse(BaseModel):
identities: List[UserIdentity]


class UserResponse(BaseModel):
user: User

Expand Down

0 comments on commit 89bcd15

Please sign in to comment.