From 2cbf8d29fdf527f32ca02d14c41b42d074639e74 Mon Sep 17 00:00:00 2001 From: Martyn Inglis Date: Tue, 9 May 2017 14:46:15 +0100 Subject: [PATCH] Removed white space for pep8 --- app/celery/statistics_tasks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/celery/statistics_tasks.py b/app/celery/statistics_tasks.py index 2712f1a49..bd92e6e5d 100644 --- a/app/celery/statistics_tasks.py +++ b/app/celery/statistics_tasks.py @@ -6,4 +6,3 @@ from app.statsd_decorators import statsd @statsd(namespace="tasks") def record_initial_job_statistics(notification): pass -