fix flake8

This commit is contained in:
Kenneth Kehl
2024-08-09 09:18:58 -07:00
parent 2e7e6e81fc
commit 8444b76690
7 changed files with 5 additions and 11 deletions

View File

@@ -2,9 +2,8 @@ from flask import Blueprint, current_app, jsonify, request
from app import api_user, authenticated_service
from app.aws.s3 import get_personalisation_from_s3, get_phone_number_from_s3
from app.config import QueueNames
from app.dao import notifications_dao
from app.enums import KeyType, NotificationType, TemplateProcessType
from app.enums import KeyType, NotificationType
from app.errors import InvalidRequest, register_errors
from app.notifications.process_notifications import (
persist_notification,