merge from main and reformat

This commit is contained in:
Kenneth Kehl
2023-08-29 16:21:18 -07:00
43 changed files with 254 additions and 206 deletions

View File

@@ -6,12 +6,7 @@ import botocore
from flask import abort, current_app, jsonify, request
from notifications_utils.recipients import try_validate_and_format_phone_number
from app import (
api_user,
authenticated_service,
document_download_client,
encryption,
)
from app import api_user, authenticated_service, document_download_client, encryption
from app.celery.tasks import save_api_email, save_api_sms
from app.clients.document_download import DocumentDownloadError
from app.config import QueueNames

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#",