PEP-257 changes

This commit is contained in:
Andrew Shumway
2024-03-27 10:32:40 -06:00
parent 6599c284cc
commit d3b895ddc6
4 changed files with 9 additions and 27 deletions

View File

@@ -91,13 +91,7 @@ def check_sms_delivery_receipt(self, message_id, notification_id, sent_at):
bind=True, name="deliver_sms", max_retries=48, default_retry_delay=300
)
def deliver_sms(self, notification_id):
"""
This logic will branch off to the final step in delivering
the notification to sns.
Logic is in place for delivery receipts.
Additional logic to help devs output authentication code to
terminal.
"""
"""Branch off to the final step in delivering the notification to sns and get delivery receipts."""
try:
current_app.logger.info(
"Start sending SMS for notification id: {}".format(notification_id)