diff options
| author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2017-05-09 21:57:36 +0900 |
|---|---|---|
| committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2017-05-09 21:57:36 +0900 |
| commit | 56d3458584550022ab4706815276797c77a834d3 (patch) | |
| tree | dd4210e93c876551ec1b1ffb5e83412b7899a06a /tests/test_directive_code.py | |
| parent | 832f537703cb1c0b8425f85e0da8b9a580b2351f (diff) | |
| download | sphinx-git-56d3458584550022ab4706815276797c77a834d3.tar.gz | |
Fix flake8 violations
Diffstat (limited to 'tests/test_directive_code.py')
| -rw-r--r-- | tests/test_directive_code.py | 1 |
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 - |
