Cleaning up with black, isort, flake8.

Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
This commit is contained in:
Cliff Hill
2024-02-28 12:43:33 -05:00
parent ab7387acd8
commit 9523cc1d97
28 changed files with 82 additions and 61 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
from app.enums import TemplateType, TemplateProcessType
from app.enums import TemplateProcessType, TemplateType
from app.schema_validation.definitions import nullable_uuid, uuid
post_create_template_schema = {