Fix flake8 violations

This commit is contained in:
Takeshi KOMIYA 2019-06-10 21:52:57 +09:00
parent 9f470cec6c
commit d1515ff899
2 changed files with 1 additions and 2 deletions

View File

@ -51,7 +51,7 @@ from sphinx.util.matching import patfilter # noqa
if False:
# For type annotation
from sphinx.application import Sphinx
from sphinx.builders import Builder
logger = logging.getLogger(__name__)

View File

@ -15,7 +15,6 @@ from typing import Any, Dict
from docutils.utils import get_source_line
from sphinx import addnodes
from sphinx.config import Config
from sphinx.deprecation import RemovedInSphinx40Warning
from sphinx.transforms import SphinxTransform