aboutsummaryrefslogtreecommitdiffstats
path: root/alphabetlearning/users/adapters.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--alphabetlearning/users/adapters.py (renamed from pyblackbird_cc/users/adapters.py)2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyblackbird_cc/users/adapters.py b/alphabetlearning/users/adapters.py
index b13f3ca..29396c4 100644
--- a/pyblackbird_cc/users/adapters.py
+++ b/alphabetlearning/users/adapters.py
@@ -10,7 +10,7 @@ if typing.TYPE_CHECKING:
from allauth.socialaccount.models import SocialLogin
from django.http import HttpRequest
- from pyblackbird_cc.users.models import User
+ from alphabetlearning.users.models import User
class AccountAdapter(DefaultAccountAdapter):