From 14694c8357f8c2e387f7c7b4da6f6a650287e974 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Fri, 19 Feb 2016 13:29:41 -0800 Subject: [PATCH] Make Flake8 happy Note to self: pre-commit hooks really are helpful --- pelican/tests/test_readers.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pelican/tests/test_readers.py b/pelican/tests/test_readers.py index 566ef241..3bfca33a 100644 --- a/pelican/tests/test_readers.py +++ b/pelican/tests/test_readers.py @@ -298,7 +298,8 @@ class RstReaderTest(ReaderTest): TYPOGRIFY=True) expected = ('

An article with some code

\n' - '
x'
+                        '
'
+                        'x'
                         ' &'
                         ' y\n
\n' '

A block quote:

\n
\nx ' @@ -316,7 +317,8 @@ class RstReaderTest(ReaderTest): TYPOGRIFY_IGNORE_TAGS=['blockquote']) expected = ('

An article with some code

\n' - '
x'
+                        '
'
+                        'x'
                         ' &'
                         ' y\n
\n' '

A block quote:

\n
\nx '