Fixes: 1) Remove unused "health_check.contrib.celery" from installed apps;

Extra: 1) Removed dead code to improve clarity and maintainability;
This commit is contained in:
Egor Pavlovich Gorbunov 2025-06-22 18:23:03 +03:00
parent 35ac700a44
commit 3a89fb4aca

View file

@ -112,7 +112,6 @@ INSTALLED_APPS: list[str] = [
"health_check.cache",
"health_check.storage",
"health_check.contrib.migrations",
"health_check.contrib.celery",
"health_check.contrib.psutil",
"health_check.contrib.db_heartbeat",
"cacheops",