File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
import structlog
4
4
from allauth .account .adapter import DefaultAccountAdapter
5
5
from allauth .account .adapter import get_adapter as get_account_adapter
6
- from allauth .exceptions import ImmediateHttpResponse
6
+ from allauth .core . exceptions import ImmediateHttpResponse
7
7
from allauth .socialaccount .adapter import DefaultSocialAccountAdapter
8
8
from allauth .socialaccount .models import SocialAccount
9
9
from allauth .socialaccount .providers .github .provider import GitHubProvider
Original file line number Diff line number Diff line change 1
1
from unittest import mock
2
2
3
- from allauth .exceptions import ImmediateHttpResponse
3
+ from allauth .core . exceptions import ImmediateHttpResponse
4
4
from allauth .socialaccount .adapter import get_adapter as get_social_account_adapter
5
5
from allauth .socialaccount .models import SocialAccount , SocialLogin
6
6
from allauth .socialaccount .providers .github .provider import GitHubProvider
You can’t perform that action at this time.
0 commit comments