Removed the imports for statsd as the decorators are no longer being

used.
This commit is contained in:
Richard Chapman
2018-01-26 09:39:11 +00:00
parent 083bfb9ea5
commit eee572276f
4 changed files with 0 additions and 4 deletions

View File

@@ -1,4 +1,3 @@
from app.statsd_decorators import statsd
def create_post_sms_response_from_notification(notification, content, from_number, url_root, scheduled_for):

View File

@@ -37,7 +37,6 @@ from app.notifications.validators import (
check_service_sms_sender_id
)
from app.schema_validation import validate
from app.statsd_decorators import statsd
from app.v2.errors import BadRequestError
from app.v2.notifications import v2_notification_blueprint
from app.v2.notifications.notification_schemas import (