mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-20 15:31:15 -05:00
More changes for enums.
Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
This commit is contained in:
@@ -25,7 +25,7 @@ from app.dao.notifications_dao import (
|
||||
from app.dao.service_data_retention_dao import (
|
||||
fetch_service_data_retention_for_all_services_by_notification_type,
|
||||
)
|
||||
from app.models import NotificationType, FactProcessingTime
|
||||
from app.models import FactProcessingTime, NotificationType
|
||||
from app.utils import get_midnight_in_utc
|
||||
|
||||
|
||||
|
||||
@@ -38,8 +38,8 @@ from app.models import (
|
||||
JOB_STATUS_ERROR,
|
||||
JOB_STATUS_IN_PROGRESS,
|
||||
JOB_STATUS_PENDING,
|
||||
NotificationType,
|
||||
Job,
|
||||
NotificationType,
|
||||
)
|
||||
from app.notifications.process_notifications import send_notification_to_queue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user