code review feedback, fix setup.cfg and reformat

This commit is contained in:
Kenneth Kehl
2023-08-25 08:10:33 -07:00
39 changed files with 224 additions and 296 deletions

View File

@@ -1,7 +1,5 @@
from app.models import TEMPLATE_TYPES
from app.v2.template.template_schemas import (
get_template_by_id_response as template,
)
from app.v2.template.template_schemas import get_template_by_id_response as template
get_all_template_request = {
"$schema": "http://json-schema.org/draft-07/schema#",