forked from cerc-io/stack-orchestrator
Fix lint error
This commit is contained in:
parent
0878240c26
commit
48cabc9159
@ -72,8 +72,6 @@ def _wrap_job_templates_with_conditionals(chart_dir: Path, jobs: list) -> None:
|
|||||||
print(f"Wrapped job template with conditional: {job_template_file.name}")
|
print(f"Wrapped job template with conditional: {job_template_file.name}")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def _post_process_chart(chart_dir: Path, chart_name: str, jobs: list) -> None:
|
def _post_process_chart(chart_dir: Path, chart_name: str, jobs: list) -> None:
|
||||||
"""
|
"""
|
||||||
Post-process Kompose-generated chart to fix common issues.
|
Post-process Kompose-generated chart to fix common issues.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user