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:
parent
35ac700a44
commit
3a89fb4aca
1 changed files with 0 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue