mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-18 07:11:48 -05:00
code style fix
This commit is contained in:
@@ -68,4 +68,4 @@ def send_delivery_status_to_service(self, notification_id):
|
|||||||
try:
|
try:
|
||||||
self.retry(queue=QueueNames.RETRY)
|
self.retry(queue=QueueNames.RETRY)
|
||||||
except self.MaxRetriesExceededError:
|
except self.MaxRetriesExceededError:
|
||||||
current_app.logger.exception('Retry: send_delivery_status_to_service has retried the max number of times')
|
current_app.logger.exception('Retry: send_delivery_status_to_service has retried the max num of times')
|
||||||
|
|||||||
Reference in New Issue
Block a user