chore: clean files using pre-commit

This commit is contained in:
jo 2022-11-18 22:12:21 +01:00 committed by Marge Me
commit 0061e82ecd
81 changed files with 137 additions and 128 deletions

View file

@ -46,7 +46,7 @@ urlpatterns = [
# with proper key.
# If you don't want to use API on that step, then just use ConfirmEmailView
# view from:
# djang-allauth https://github.com/pennersr/django-allauth/blob/master/allauth/account/views.py#L190
# https://github.com/pennersr/django-allauth/blob/a62a370681/allauth/account/views.py#L291
url(
r"^registration/account-confirm-email/(?P<key>\w+)/?$",
TemplateView.as_view(),