Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
last-partizan committed Nov 15, 2023
1 parent 4c1c757 commit ff11bea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions django_mongoengine/mongo_auth/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def ct_init(self, *args, **kwargs):
),
)


class BaseUser:
is_anonymous = AbstractBaseUser.__dict__['is_anonymous']
is_authenticated = AbstractBaseUser.__dict__['is_authenticated']
Expand Down

0 comments on commit ff11bea

Please sign in to comment.