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

@@ -14,7 +14,6 @@ from app.models import (
KEY_TYPE_TEST, KEY_TYPE_TEAM, SCHEDULE_NOTIFICATIONS
)
from app.service.utils import service_allowed_to_send_to
from app.statsd_decorators import statsd
from app.v2.errors import TooManyRequestsError, BadRequestError, RateLimitError
from app import redis_store
from app.notifications.process_notifications import create_content_for_notification