diff --git a/src/covid19/blueprints/who/who_views.py b/src/covid19/blueprints/who/who_views.py
index afd7e2d27b35c14f4a54e751f85bfded67b8f82a..1642e4abf3c4e7bfbdf1edc6cdf60c99c50769cd 100644
--- a/src/covid19/blueprints/who/who_views.py
+++ b/src/covid19/blueprints/who/who_views.py
@@ -36,6 +36,7 @@ admin.add_view(ModelView(WhoData, db.session, category="WHO"))
 # def task_who_update_star_schema_incremental(self):
 # def task_who_update_star_schema_initial(self):
 
+
 @celery.task(bind=True)
 def task_who_download_only(self):
     logger = get_task_logger(__name__)