Skip to content

Commit

Permalink
chore(atlassian): remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahuahuachi committed Apr 10, 2024
1 parent 555cd6c commit dec743f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion allauth/socialaccount/providers/atlassian/provider.py
@@ -1,4 +1,4 @@
from allauth.socialaccount.providers.base import AuthAction, ProviderAccount
from allauth.socialaccount.providers.base import ProviderAccount
from allauth.socialaccount.providers.oauth2.provider import OAuth2Provider

from .views import AtlassianOAuth2Adapter
Expand Down
2 changes: 0 additions & 2 deletions allauth/socialaccount/providers/atlassian/tests.py
@@ -1,5 +1,3 @@
import json

from allauth.socialaccount.tests import OAuth2TestsMixin
from allauth.tests import MockedResponse, TestCase

Expand Down

0 comments on commit dec743f

Please sign in to comment.