fix: fix a minor pylint issue

This commit is contained in:
2025-11-14 20:13:57 +05:30
parent 1d20ba915f
commit 7c762c4d2d
@@ -26,8 +26,6 @@ class YAMLTemplateProcessor:
and filters within YAML files by using a two-phase approach.
"""
from jinja2.sandbox import SandboxedEnvironment
def __init__(self) -> None:
#Use SandboxedEnvironment to prevent code execution
self.env = SandboxedEnvironment(