Removed legacy code function

This commit is contained in:
2025-07-13 18:02:44 +02:00
parent ad60f5fb37
commit 63bf7f7640
4 changed files with 12 additions and 13 deletions

View File

@@ -1,11 +1,3 @@
from get_app_conf import get_app_conf
def is_feature_enabled(applications: dict, feature: str, application_id: str) -> bool:
"""
Wrapper for compatibility: Return True if applications[application_id].features[feature] is truthy.
"""
return bool(get_app_conf(applications, application_id, f"features.{feature}", strict=False))
def get_docker_compose(path_docker_compose_instances: str, application_id: str) -> dict:
"""
Build the docker_compose dict based on