Skip to content

Commit a449f01

Browse files
committed
Fix flake8
1 parent 2812487 commit a449f01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docxtpl/template.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,10 +350,10 @@ def render_properties(
350350
template = jinja_env.from_string(initial)
351351
rendered = template.render(context)
352352
setattr(self.docx.core_properties, prop, rendered)
353-
353+
354354
def render_footnotes(
355355
self, context: Dict[str, Any], jinja_env: Optional[Environment] = None
356-
) -> None:
356+
) -> None:
357357
if jinja_env is None:
358358
jinja_env = Environment()
359359

0 commit comments

Comments
 (0)