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

@@ -28,7 +28,6 @@ from app.dao.notifications_dao import (
dao_created_scheduled_notification
)
from app.statsd_decorators import statsd
from app.v2.errors import BadRequestError
from app.utils import get_template_instance, cache_key_for_service_template_counter, convert_bst_to_utc