From f506f6751e011172e0b0790fbc668321203d5e93 Mon Sep 17 00:00:00 2001 From: Martyn Inglis Date: Wed, 7 Sep 2016 15:35:25 +0100 Subject: [PATCH] Removed unused import --- app/notifications/rest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/notifications/rest.py b/app/notifications/rest.py index f6abd950d..86b423e5c 100644 --- a/app/notifications/rest.py +++ b/app/notifications/rest.py @@ -13,7 +13,7 @@ from notifications_utils.recipients import allowed_to_send_to, first_column_head from notifications_utils.template import Template from notifications_utils.renderers import PassThrough from app.clients.email.aws_ses import get_aws_responses -from app import api_user, encryption, create_uuid, DATETIME_FORMAT, DATE_FORMAT, statsd_client +from app import api_user, encryption, create_uuid, DATETIME_FORMAT, statsd_client from app.dao.services_dao import dao_fetch_todays_stats_for_service from app.models import KEY_TYPE_TEAM, KEY_TYPE_TEST from app.dao import (