Removed is_feature_enabled entry

This commit is contained in:
Kevin Veen-Birkenbach 2025-07-13 18:32:50 +02:00
parent 56caecc5d8
commit e1d090ce04
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E

View File

@ -23,6 +23,5 @@ def get_docker_compose(path_docker_compose_instances: str, application_id: str)
class FilterModule(object):
def filters(self):
return {
'is_feature_enabled': is_feature_enabled,
'get_docker_compose': get_docker_compose,
}