Skip to content

Commit

Permalink
fix(frontier): isort issues fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
pennersr committed May 19, 2021
1 parent 76c1154 commit 75e8f07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions allauth/socialaccount/providers/frontier/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

from .provider import FrontierProvider


urlpatterns = default_urlpatterns(FrontierProvider)
1 change: 1 addition & 0 deletions allauth/socialaccount/providers/frontier/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
OAuth2CallbackView,
OAuth2LoginView,
)

from .provider import FrontierProvider


Expand Down

0 comments on commit 75e8f07

Please sign in to comment.