mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-20 15:31:15 -05:00
Remove unused variable
This commit is contained in:
@@ -48,8 +48,6 @@ def send_sms_to_provider(notification):
|
|||||||
)
|
)
|
||||||
template_model = dao_get_template_by_id(notification.template_id, notification.template_version)
|
template_model = dao_get_template_by_id(notification.template_id, notification.template_version)
|
||||||
|
|
||||||
sender_has_been_customised = (not service.get_prefix_sms_with_service_name())
|
|
||||||
|
|
||||||
template = SMSMessageTemplate(
|
template = SMSMessageTemplate(
|
||||||
template_model.__dict__,
|
template_model.__dict__,
|
||||||
values=notification.personalisation,
|
values=notification.personalisation,
|
||||||
|
|||||||
Reference in New Issue
Block a user