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

@@ -8,7 +8,7 @@ from app import api_user, authenticated_service, document_download_client, encry
from app.celery.tasks import save_api_email, save_api_sms
from app.clients.document_download import DocumentDownloadError
from app.config import QueueNames
from app.enums import KeyType, NotificationStatus, NotificationType, TemplateProcessType
from app.enums import KeyType, NotificationStatus, NotificationType
from app.models import Notification
from app.notifications.process_notifications import (
persist_notification,