mirror of
https://github.com/GSA/notifications-api.git
synced 2026-05-04 16:20:06 -04:00
Move DATETIME_FORMAT from app to app.utils
To avoid cyclical import issues
This commit is contained in:
@@ -16,10 +16,7 @@ from notifications_utils.template import (
|
||||
)
|
||||
from notifications_utils.columns import Row
|
||||
|
||||
from app import (
|
||||
DATETIME_FORMAT,
|
||||
encryption
|
||||
)
|
||||
from app import encryption
|
||||
from app.celery import provider_tasks
|
||||
from app.celery import tasks
|
||||
from app.celery.tasks import (
|
||||
@@ -52,6 +49,7 @@ from app.models import (
|
||||
SMS_TYPE,
|
||||
ReturnedLetter,
|
||||
NOTIFICATION_CREATED)
|
||||
from app.utils import DATETIME_FORMAT
|
||||
|
||||
from tests.app import load_example_csv
|
||||
|
||||
|
||||
Reference in New Issue
Block a user