fix: fix a minor pylint issue
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user