From 48cabc9159bb1ab12a8c3a4042c3a056d6278206 Mon Sep 17 00:00:00 2001 From: Prathamesh Musale Date: Thu, 4 Dec 2025 11:26:36 +0530 Subject: [PATCH] Fix lint error --- stack_orchestrator/deploy/k8s/helm/chart_generator.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/stack_orchestrator/deploy/k8s/helm/chart_generator.py b/stack_orchestrator/deploy/k8s/helm/chart_generator.py index 44842370..e2235472 100644 --- a/stack_orchestrator/deploy/k8s/helm/chart_generator.py +++ b/stack_orchestrator/deploy/k8s/helm/chart_generator.py @@ -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}") - - def _post_process_chart(chart_dir: Path, chart_name: str, jobs: list) -> None: """ Post-process Kompose-generated chart to fix common issues.