Skip to content

Commit

Permalink
Merge pull request #297 from pfouque/fix_social_import
Browse files Browse the repository at this point in the history
Fix UserSocialAuth import path
  • Loading branch information
pfouque authored Sep 2, 2024
2 parents 8992bab + 7b9e0fd commit 5a050b0
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 5a050b0

Please sign in to comment.