From ff11beaeb4b46ca8bd747e1c01f2e0f62ca521af Mon Sep 17 00:00:00 2001 From: Serhii Tereshchenko Date: Wed, 15 Nov 2023 21:52:50 +0200 Subject: [PATCH] black --- django_mongoengine/mongo_auth/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/django_mongoengine/mongo_auth/models.py b/django_mongoengine/mongo_auth/models.py index ec53e46..9f047c7 100644 --- a/django_mongoengine/mongo_auth/models.py +++ b/django_mongoengine/mongo_auth/models.py @@ -34,6 +34,7 @@ def ct_init(self, *args, **kwargs): ), ) + class BaseUser: is_anonymous = AbstractBaseUser.__dict__['is_anonymous'] is_authenticated = AbstractBaseUser.__dict__['is_authenticated']