Skip to content
Snippets Groups Projects
Commit a896ba85 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Fix order of imports

parent a18b6521
No related branches found
No related tags found
1 merge request!992Release 2.8
Pipeline #59216 canceled
......@@ -36,7 +36,7 @@ from django.views.generic.list import ListView
import reversion
from allauth.account.utils import _has_verified_for_login, send_email_confirmation
from allauth.account.views import PasswordChangeView, SignupView, PasswordResetView
from allauth.account.views import PasswordChangeView, PasswordResetView, SignupView
from allauth.socialaccount.adapter import get_adapter
from allauth.socialaccount.models import SocialAccount
from celery_progress.views import get_progress
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment