mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-20 15:31:15 -05:00
Remove unused import
This commit is contained in:
@@ -11,9 +11,8 @@ from requests.exceptions import HTTPError
|
|||||||
|
|
||||||
from app import clients, statsd_client, create_uuid
|
from app import clients, statsd_client, create_uuid
|
||||||
from app.dao.notifications_dao import (
|
from app.dao.notifications_dao import (
|
||||||
dao_update_notification,
|
dao_update_notification
|
||||||
dao_get_notification_email_reply_for_notification,
|
)
|
||||||
dao_get_notification_sms_sender_mapping)
|
|
||||||
from app.dao.provider_details_dao import (
|
from app.dao.provider_details_dao import (
|
||||||
get_provider_details_by_notification_type,
|
get_provider_details_by_notification_type,
|
||||||
dao_toggle_sms_provider
|
dao_toggle_sms_provider
|
||||||
|
|||||||
Reference in New Issue
Block a user