From 42657209f8c67cecb7fb58f9b9ccdce243990fbf Mon Sep 17 00:00:00 2001 From: Egor fureunoir Gorbunov Date: Fri, 4 Jul 2025 07:12:41 +0300 Subject: [PATCH] Fixes: 1) Remove unused Celery health check dependency. Extra: Simplify health check configuration by cleaning up unused import. --- evibes/settings/base.py | 1 - 1 file changed, 1 deletion(-) diff --git a/evibes/settings/base.py b/evibes/settings/base.py index c6903086..c8abb8f2 100644 --- a/evibes/settings/base.py +++ b/evibes/settings/base.py @@ -113,7 +113,6 @@ INSTALLED_APPS: list[str] = [ "health_check.cache", "health_check.storage", "health_check.contrib.migrations", - "health_check.contrib.celery", "health_check.contrib.celery_ping", "health_check.contrib.psutil", "health_check.contrib.redis",