Skip to content

Commit

Permalink
Apply isort for sorted imports
Browse files Browse the repository at this point in the history
  • Loading branch information
varun kumar committed Aug 25, 2023
1 parent 1cecee9 commit 55c9836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion allauth/account/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
from django.shortcuts import redirect
from django.urls import reverse, reverse_lazy
from django.utils.decorators import method_decorator
from django.views.decorators.cache import never_cache
from django.views.decorators.debug import sensitive_post_parameters
from django.views.generic.base import TemplateResponseMixin, TemplateView, View
from django.views.generic.edit import FormView
Expand All @@ -17,7 +18,6 @@
from allauth.decorators import rate_limit
from allauth.exceptions import ImmediateHttpResponse
from allauth.utils import get_form_class, get_request_param
from django.views.decorators.cache import never_cache

from . import app_settings, signals
from .adapter import get_adapter
Expand Down

0 comments on commit 55c9836

Please sign in to comment.