Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
One final black/flake8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
callahad committed Feb 10, 2020
1 parent 5135777 commit 5751b7b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions kuma/users/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,10 @@
RevisionAkismetSubmission,
)

# we have to import the SignupForm form here due to allauth's odd form subclassing
# that requires providing a base form class (see ACCOUNT_SIGNUP_FORM_CLASS)
from .forms import UserBanForm, UserDeleteForm, UserEditForm, UserRecoveryEmailForm
from .models import User, UserBan

# we have to import the signup form here due to allauth's odd form subclassing
# that requires providing a base form class (see ACCOUNT_SIGNUP_FORM_CLASS)
from .signup import SignupForm
from .utils import (
create_stripe_customer_and_subscription_for_user,
Expand Down

0 comments on commit 5751b7b

Please sign in to comment.