pep8: Fix E303 violations.

This commit is contained in:
Sidhant Bhavnani
2016-12-02 16:18:11 +00:00
committed by Tim Abbott
parent 9f0383520c
commit 8c0c12c1d9
42 changed files with 1 additions and 68 deletions

View File

@@ -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'