Fix flake8

This commit is contained in:
Bart Broere 2024-09-18 07:35:12 +00:00
parent 2812487300
commit a449f01f36

View File

@ -353,7 +353,7 @@ class DocxTemplate(object):
def render_footnotes(
self, context: Dict[str, Any], jinja_env: Optional[Environment] = None
) -> None:
) -> None:
if jinja_env is None:
jinja_env = Environment()