summaryrefslogtreecommitdiff
path: root/tests/test_directive_code.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2017-05-09 21:57:36 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2017-05-09 21:57:36 +0900
commit56d3458584550022ab4706815276797c77a834d3 (patch)
treedd4210e93c876551ec1b1ffb5e83412b7899a06a /tests/test_directive_code.py
parent832f537703cb1c0b8425f85e0da8b9a580b2351f (diff)
downloadsphinx-git-56d3458584550022ab4706815276797c77a834d3.tar.gz
Fix flake8 violations
Diffstat (limited to 'tests/test_directive_code.py')
-rw-r--r--tests/test_directive_code.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_directive_code.py b/tests/test_directive_code.py
index afd4fac9b..0e702803d 100644
--- a/tests/test_directive_code.py
+++ b/tests/test_directive_code.py
@@ -517,4 +517,3 @@ def test_literalinclude_pydecorators(app, status, warning):
' pass\n'
)
assert actual == expect
-