Fixes: 1) Remove unused Celery health check dependency.

Extra: Simplify health check configuration by cleaning up unused import.
This commit is contained in:
Egor Pavlovich Gorbunov 2025-07-04 07:12:41 +03:00
parent 9b8b54d53b
commit 42657209f8

View file

@ -113,7 +113,6 @@ INSTALLED_APPS: list[str] = [
"health_check.cache", "health_check.cache",
"health_check.storage", "health_check.storage",
"health_check.contrib.migrations", "health_check.contrib.migrations",
"health_check.contrib.celery",
"health_check.contrib.celery_ping", "health_check.contrib.celery_ping",
"health_check.contrib.psutil", "health_check.contrib.psutil",
"health_check.contrib.redis", "health_check.contrib.redis",