Make C4kMixin depend on DevopsBuild

This commit is contained in:
bom 2022-12-19 12:07:58 +01:00
parent a0bc428108
commit e5b0fd4cda

View file

@ -29,8 +29,7 @@ def generate_clojure_map(template_dict):
return clojure_map_str return clojure_map_str
#DevopsBuild class C4kMixin(DevopsBuild):
class C4kMixin():
def __init__(self, project, config): def __init__(self, project, config):
super().__init__(project, config) super().__init__(project, config)