From 63adb8d9bbb586572675027b2077f2b733259c57 Mon Sep 17 00:00:00 2001
From: thomaswoehlke <thomas.woehlke@gmail.com>
Date: Thu, 18 Feb 2021 21:03:41 +0100
Subject: [PATCH] ### 0.0.18 Release

---
 src/covid19/blueprints/who/who_views.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/covid19/blueprints/who/who_views.py b/src/covid19/blueprints/who/who_views.py
index afd7e2d2..1642e4ab 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__)
-- 
GitLab