mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 20:13:12 -04:00
Merge pull request #3923 from alphagov/refactor-email-verify
Split out utils code into separate modules
This commit is contained in:
@@ -62,10 +62,8 @@ from app.main.forms import (
|
||||
SetLetterBranding,
|
||||
SMSPrefixForm,
|
||||
)
|
||||
from app.utils import (
|
||||
DELIVERED_STATUSES,
|
||||
FAILURE_STATUSES,
|
||||
SENDING_STATUSES,
|
||||
from app.utils import DELIVERED_STATUSES, FAILURE_STATUSES, SENDING_STATUSES
|
||||
from app.utils.user import (
|
||||
user_has_permissions,
|
||||
user_is_gov_user,
|
||||
user_is_platform_admin,
|
||||
|
||||
Reference in New Issue
Block a user