diff --git a/src/covid19/blueprints/rki_bundeslaender/rki_bundeslaender_views.py b/src/covid19/blueprints/rki_bundeslaender/rki_bundeslaender_views.py
index 25f73f165ef539cf176ff1c1616f0de2859a802d..424203080f9c63b7ed8012097d2fa818a117ee1f 100644
--- a/src/covid19/blueprints/rki_bundeslaender/rki_bundeslaender_views.py
+++ b/src/covid19/blueprints/rki_bundeslaender/rki_bundeslaender_views.py
@@ -3,6 +3,7 @@ from sqlalchemy.exc import OperationalError
 from flask_admin.contrib.sqla import ModelView
 
 from database import app, admin, db
+from covid19.blueprints.application.application_workers import celery
 from covid19.blueprints.rki_bundeslaender.rki_bundeslaender_model import RkiBundeslaender
 from covid19.blueprints.rki_bundeslaender.rki_bundeslaender_model_import import RkiBundeslaenderImport
 from covid19.blueprints.application.application_model_transient import ApplicationPage
diff --git a/src/covid19/blueprints/rki_landkreise/rki_landkreise_views.py b/src/covid19/blueprints/rki_landkreise/rki_landkreise_views.py
index f067f0d7f7b22fedad3406358ff7107088a28e4d..591bb176c19f551d82ca074991b85339fc23732a 100644
--- a/src/covid19/blueprints/rki_landkreise/rki_landkreise_views.py
+++ b/src/covid19/blueprints/rki_landkreise/rki_landkreise_views.py
@@ -111,7 +111,7 @@ def url_rki_landkreise_task_update_facttable_initial_only():
 
 
 @app_rki_landkreise.route('/task/update/dimension-tables/only')
-def url_task_who_update_dimension_tables_only():
+def url_rki_landkreise_task_update_dimension_tables_only():
     app.logger.info("url_task_who_update_dimension_tables_only [start]")
     # TODO: implement in rki_views.py
     return redirect(url_for('rki_landkreise.url_rki_tasks'))