Skip to content

Commit

Permalink
Fix UserSocialAuth import path
Browse files Browse the repository at this point in the history
  • Loading branch information
pfouque committed Sep 2, 2024
1 parent 8992bab commit 7b9e0fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_mailbox/google_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from django.conf import settings
import requests
from social.apps.django_app.default.models import UserSocialAuth
from social_django.models import UserSocialAuth


logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 7b9e0fd

Please sign in to comment.