From fc031174bb1123cf177ff2fbf9b287902b0fc7ac Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Thu, 16 Apr 2020 08:10:30 +0200 Subject: [PATCH] Flake8 fix --- pelican/tools/pelican_import.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pelican/tools/pelican_import.py b/pelican/tools/pelican_import.py index f9a53dbd..b8a8a5c6 100755 --- a/pelican/tools/pelican_import.py +++ b/pelican/tools/pelican_import.py @@ -594,6 +594,7 @@ def build_asciidoc_header(title, date, author, categories, tags, slug, header += '\n' return header + def build_markdown_header(title, date, author, categories, tags, slug, status=None, attachments=None): """Build a header from a list of fields"""