summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2020-04-16 08:10:30 +0200
committerJustin Mayer <entroP@gmail.com>2020-04-16 08:10:30 +0200
commitfc031174bb1123cf177ff2fbf9b287902b0fc7ac (patch)
tree0bb1733bb1a4fbd8bed35eeba797c8b8b418b138
parent86ff02541f41702304297ff93f4e6bc007604743 (diff)
downloadpelican-fc031174bb1123cf177ff2fbf9b287902b0fc7ac.tar.gz
Flake8 fix
-rwxr-xr-xpelican/tools/pelican_import.py1
1 files changed, 1 insertions, 0 deletions
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"""