Skip to content

Commit

Permalink
remove id field
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Nov 7, 2024
1 parent 40e7be7 commit b633a24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion codeforlife/models/abstract_base_user.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ class AbstractBaseUser(_AbstractBaseUser):
https://docs.djangoproject.com/en/3.2/topics/auth/customizing/#using-a-custom-user-model-when-starting-a-project
"""

id: int
pk: int
session: "AbstractBaseSession"

Expand Down

0 comments on commit b633a24

Please sign in to comment.