mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-09 10:59:50 -04:00
PEP-257 changes
This commit is contained in:
@@ -22,10 +22,10 @@ from app.serialised_models import SerialisedService, SerialisedTemplate
|
||||
|
||||
|
||||
def send_sms_to_provider(notification):
|
||||
"""
|
||||
This is the last step in the message send flow.
|
||||
We get necessary data for recipient, template,
|
||||
notification and send it off to the provider.
|
||||
"""Final step in the message send flow.
|
||||
|
||||
Get data for recipient, template,
|
||||
notification and send it to sns.
|
||||
"""
|
||||
# we no longer store the personalisation in the db,
|
||||
# need to retrieve from s3 before generating content
|
||||
|
||||
Reference in New Issue
Block a user