From 9124386b4cc4cb9e88301dc6412945f32c4fc48e Mon Sep 17 00:00:00 2001 From: Bart Broere Date: Mon, 23 Sep 2024 06:25:22 +0000 Subject: [PATCH] Fix flake8 --- tests/footnotes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/footnotes.py b/tests/footnotes.py index f80e1c6..c6ec59c 100644 --- a/tests/footnotes.py +++ b/tests/footnotes.py @@ -16,4 +16,4 @@ context = { } tpl.render(context) -tpl.save(DEST_FILE) \ No newline at end of file +tpl.save(DEST_FILE)