mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-13 09:50:08 -04:00
Fix import order
This commit is contained in:
@@ -32,6 +32,7 @@ from app.extensions import zendesk_client
|
||||
from app.formatters import email_safe
|
||||
from app.main import main
|
||||
from app.main.forms import (
|
||||
BillingDetailsForm,
|
||||
BrandingOptions,
|
||||
ConfirmPasswordForm,
|
||||
EditNotesForm,
|
||||
@@ -43,7 +44,6 @@ from app.main.forms import (
|
||||
RateLimit,
|
||||
RenameServiceForm,
|
||||
SearchByNameForm,
|
||||
BillingDetailsForm,
|
||||
ServiceContactDetailsForm,
|
||||
ServiceDataRetentionEditForm,
|
||||
ServiceDataRetentionForm,
|
||||
|
||||
Reference in New Issue
Block a user