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

@@ -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