Skip to content

Commit 686eaac

Browse files
style: remove old implementation for jinja env setup
1 parent 8aa9ac8 commit 686eaac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/dve/core_engine/templating.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ def _raise_rule_templating_error(message: str) -> NoReturn:
3131

3232

3333
T = TypeVar("T", bound=JSONable)
34-
# ENVIRONMENT = jinja2.Environment(autoescape=False)
3534
ENVIRONMENT = jinja2.Environment(autoescape=False, undefined=PreserveTemplateUndefined)
3635
ENVIRONMENT.globals["repr"] = repr
3736
ENVIRONMENT.globals["str"] = str

0 commit comments

Comments
 (0)