Skip to content

Commit

Permalink
add type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Jan 29, 2024
1 parent 863d197 commit 96c7287
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions codeforlife/user/models/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@


class User(_User):
_password: t.Optional[str]

id: int
auth_factors: QuerySet["auth_factor.AuthFactor"]
otp_bypass_tokens: QuerySet["otp_bypass_token.OtpBypassToken"]
Expand Down

0 comments on commit 96c7287

Please sign in to comment.