mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 03:41:58 +00:00
pep8: Fix E303 violations.
This commit is contained in:
committed by
Tim Abbott
parent
9f0383520c
commit
8c0c12c1d9
@@ -98,7 +98,6 @@ class FencedCodeExtension(markdown.Extension):
|
||||
""" Add FencedBlockPreprocessor to the Markdown instance. """
|
||||
md.registerExtension(self)
|
||||
|
||||
|
||||
# Newer versions of Python-Markdown (starting at 2.3?) have
|
||||
# a normalize_whitespace preprocessor that needs to go first.
|
||||
position = ('>normalize_whitespace'
|
||||
|
||||
Reference in New Issue
Block a user