Adjust indenting for flake8 linting errors

This commit is contained in:
Tim Gates 2019-04-11 15:10:56 +10:00
parent 549f24360b
commit 1bc299f87f
No known key found for this signature in database
GPG Key ID: AE3BE0D53823CF05

View File

@ -188,8 +188,8 @@ try:
HEADERID_EXT_PATH = 'headerid'
LEVEL_PARAM = 'level'
elif (not hasattr(markdown, '__version__') or
(isinstance(markdown.__version__, type(''))
and markdown.version < '2.6')):
(isinstance(markdown.__version__, type(''))
and markdown.version < '2.6')):
HEADERID_EXT_PATH = 'markdown.extensions.headerid'
LEVEL_PARAM = 'level'
else: