policies/expression: fix lint error
This commit is contained in:
parent
46410428d9
commit
1912b29dc5
|
@ -29,7 +29,7 @@ class Evaluator:
|
|||
|
||||
def __init__(self):
|
||||
self._env = NativeEnvironment(
|
||||
extensions=["jinja2.ext.do",],
|
||||
extensions=["jinja2.ext.do"],
|
||||
trim_blocks=True,
|
||||
lstrip_blocks=True,
|
||||
line_statement_prefix=">",
|
||||
|
|
Reference in New Issue