From 3a89fb4aca859f5255ee75b5dfd19383291bd052 Mon Sep 17 00:00:00 2001 From: Egor fureunoir Gorbunov Date: Sun, 22 Jun 2025 18:23:03 +0300 Subject: [PATCH] Fixes: 1) Remove unused "health_check.contrib.celery" from installed apps; Extra: 1) Removed dead code to improve clarity and maintainability; --- evibes/settings/base.py | 1 - 1 file changed, 1 deletion(-) diff --git a/evibes/settings/base.py b/evibes/settings/base.py index eef93773..0af25101 100644 --- a/evibes/settings/base.py +++ b/evibes/settings/base.py @@ -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",