mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-11 07:42:20 -05:00
Getting imports right to use app.enums
Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
from app.models import NOTIFICATION_STATUS_TYPES, TemplateType
|
||||
from app.enums import TemplateType
|
||||
from app.models import NOTIFICATION_STATUS_TYPES
|
||||
from app.schema_validation.definitions import personalisation, uuid
|
||||
|
||||
template = {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
from app.models import TemplateType
|
||||
from app.enums import TemplateType
|
||||
from app.schema_validation.definitions import personalisation, uuid
|
||||
|
||||
get_template_by_id_request = {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
from app.models import TemplateType
|
||||
from app.enums import TemplateType
|
||||
from app.v2.template.template_schemas import get_template_by_id_response as template
|
||||
|
||||
get_all_template_request = {
|
||||
|
||||
Reference in New Issue
Block a user