diff --git a/src/covid19/blueprints/rki_bundeslaender/rki_model.py b/src/covid19/blueprints/rki_bundeslaender/rki_bundeslaender_model.py
similarity index 100%
rename from src/covid19/blueprints/rki_bundeslaender/rki_model.py
rename to src/covid19/blueprints/rki_bundeslaender/rki_bundeslaender_model.py
diff --git a/src/covid19/blueprints/rki_bundeslaender/rki_model_import.py b/src/covid19/blueprints/rki_bundeslaender/rki_bundeslaender_model_import.py
similarity index 100%
rename from src/covid19/blueprints/rki_bundeslaender/rki_model_import.py
rename to src/covid19/blueprints/rki_bundeslaender/rki_bundeslaender_model_import.py
diff --git a/src/covid19/blueprints/rki_bundeslaender/rki_service.py b/src/covid19/blueprints/rki_bundeslaender/rki_bundeslaender_service.py
similarity index 100%
rename from src/covid19/blueprints/rki_bundeslaender/rki_service.py
rename to src/covid19/blueprints/rki_bundeslaender/rki_bundeslaender_service.py
diff --git a/src/covid19/blueprints/rki_bundeslaender/rki_service_config.py b/src/covid19/blueprints/rki_bundeslaender/rki_bundeslaender_service_config.py
similarity index 100%
rename from src/covid19/blueprints/rki_bundeslaender/rki_service_config.py
rename to src/covid19/blueprints/rki_bundeslaender/rki_bundeslaender_service_config.py
diff --git a/src/covid19/blueprints/rki_bundeslaender/rki_service_download.py b/src/covid19/blueprints/rki_bundeslaender/rki_bundeslaender_service_download.py
similarity index 100%
rename from src/covid19/blueprints/rki_bundeslaender/rki_service_download.py
rename to src/covid19/blueprints/rki_bundeslaender/rki_bundeslaender_service_download.py
diff --git a/src/covid19/blueprints/rki_bundeslaender/rki_service_import.py b/src/covid19/blueprints/rki_bundeslaender/rki_bundeslaender_service_import.py
similarity index 100%
rename from src/covid19/blueprints/rki_bundeslaender/rki_service_import.py
rename to src/covid19/blueprints/rki_bundeslaender/rki_bundeslaender_service_import.py
diff --git a/src/covid19/blueprints/rki_bundeslaender/rki_service_update.py b/src/covid19/blueprints/rki_bundeslaender/rki_bundeslaender_service_update.py
similarity index 100%
rename from src/covid19/blueprints/rki_bundeslaender/rki_service_update.py
rename to src/covid19/blueprints/rki_bundeslaender/rki_bundeslaender_service_update.py
diff --git a/src/covid19/blueprints/rki_bundeslaender/rki_views.py b/src/covid19/blueprints/rki_bundeslaender/rki_bundeslaender_views.py
similarity index 96%
rename from src/covid19/blueprints/rki_bundeslaender/rki_views.py
rename to src/covid19/blueprints/rki_bundeslaender/rki_bundeslaender_views.py
index aac36be270faab2808435c3349da673a127f348d..83d3da4a3c4173fecf2c2f166847783be018edfa 100644
--- a/src/covid19/blueprints/rki_bundeslaender/rki_views.py
+++ b/src/covid19/blueprints/rki_bundeslaender/rki_bundeslaender_views.py
@@ -3,8 +3,6 @@ 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.application.application_model import RkiDateReported, RkiRegion, RkiCountry
 from covid19.blueprints.rki_bundeslaender.rki_model import RkiBundeslaender
 from covid19.blueprints.rki_bundeslaender.rki_model_import import RkiBundeslaenderImport
 from covid19.blueprints.application.application_model_transient import ApplicationPage