mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-15 17:52:26 -05:00
Cleaning up with black, isort, flake8.
Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
This commit is contained in:
@@ -77,7 +77,10 @@ def process_ses_results(self, response):
|
||||
f"SES bounce for notification ID {notification.id}: {bounce_message}"
|
||||
)
|
||||
|
||||
if notification.status not in {NotificationStatus.SENDING, NotificationStatus.PENDING}:
|
||||
if notification.status not in {
|
||||
NotificationStatus.SENDING,
|
||||
NotificationStatus.PENDING,
|
||||
}:
|
||||
notifications_dao._duplicate_update_warning(
|
||||
notification, notification_status
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user