diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-11-21 01:07:27 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-11-21 01:07:27 +0900 |
commit | a8881cae5fa94458a98bee9377d222321a61eeae (patch) | |
tree | 7e079a9d2f6acfdd342304a5841b64373b4165b5 /tests/test_pycode_parser.py | |
parent | 3a4ae2092a6f236e2d71fdedb4b66f594e30d4e7 (diff) | |
download | sphinx-git-a8881cae5fa94458a98bee9377d222321a61eeae.tar.gz |
Fix flake8 violations
Diffstat (limited to 'tests/test_pycode_parser.py')
-rw-r--r-- | tests/test_pycode_parser.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/test_pycode_parser.py b/tests/test_pycode_parser.py index 2ef3c2311..7b6ce37d9 100644 --- a/tests/test_pycode_parser.py +++ b/tests/test_pycode_parser.py @@ -8,10 +8,6 @@ :license: BSD, see LICENSE for details. """ -import sys - -import pytest - from sphinx.pycode.parser import Parser from sphinx.util.inspect import signature_from_str |