diff --git a/src/cleveragents/templates/yaml_preprocessor.py b/src/cleveragents/templates/yaml_preprocessor.py index 994706d32..3a44ee8f9 100644 --- a/src/cleveragents/templates/yaml_preprocessor.py +++ b/src/cleveragents/templates/yaml_preprocessor.py @@ -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(