A few code style tweaks to adhere to standard for better maintainable code.

This commit is contained in:
Richard Chapman
2017-10-06 17:08:06 +01:00
parent b311506f37
commit 8c5771401a
3 changed files with 31 additions and 23 deletions

View File

@@ -8,7 +8,10 @@ from notifications_utils.recipients import (
from notifications_utils.template import HTMLEmailTemplate, PlainTextEmailTemplate, SMSMessageTemplate
from app import clients, statsd_client, create_uuid
from app.dao.notifications_dao import dao_update_notification, dao_get_notification_email_reply_for_notification
from app.dao.notifications_dao import (
dao_update_notification,
dao_get_notification_email_reply_for_notification
)
from app.dao.provider_details_dao import (
get_provider_details_by_notification_type,
dao_toggle_sms_provider