mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-14 17:22:17 -05:00
Made enums.py for all the enums to avoid cyclic imports.
Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
This commit is contained in:
@@ -49,6 +49,7 @@ from app.dao.users_dao import (
|
||||
delete_user_verify_codes,
|
||||
get_user_by_email,
|
||||
)
|
||||
from app.enums import NotificationType
|
||||
from app.models import (
|
||||
KEY_TYPE_TEST,
|
||||
NOTIFICATION_CREATED,
|
||||
@@ -56,7 +57,6 @@ from app.models import (
|
||||
Domain,
|
||||
EmailBranding,
|
||||
Notification,
|
||||
NotificationType,
|
||||
Organization,
|
||||
Service,
|
||||
Template,
|
||||
|
||||
Reference in New Issue
Block a user