From 74d46579bee5729948f2332593ce21304d9071de Mon Sep 17 00:00:00 2001 From: Eric Lapouyade Date: Sun, 24 May 2020 12:07:24 +0200 Subject: [PATCH] Fix codestyling (lint with flake8) --- tests/preserve_spaces.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/preserve_spaces.py b/tests/preserve_spaces.py index 07e0caf..8ff9e82 100644 --- a/tests/preserve_spaces.py +++ b/tests/preserve_spaces.py @@ -1,4 +1,4 @@ -from docxtpl import DocxTemplate, InlineImage +from docxtpl import DocxTemplate # With old docxtpl version, "... for spicy ..." was replaced by "... forspicy..." # This test is for checking that is some cases the spaces are not lost anymore