Getting imports right to use app.enums

Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
This commit is contained in:
Cliff Hill
2024-02-28 12:43:32 -05:00
parent 3982f061b6
commit 985ad27b3e
13 changed files with 22 additions and 21 deletions
+1 -1
View File
@@ -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 = {