Fix flake8 violations

This commit is contained in:
Takeshi KOMIYA
2020-11-21 01:07:27 +09:00
parent 3a4ae2092a
commit a8881cae5f
2 changed files with 0 additions and 6 deletions

View File

@@ -9,8 +9,6 @@
:license: BSD, see LICENSE for details.
"""
import sys
import pytest
from test_ext_autodoc import do_autodoc

View File

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