Fix typing imports for mypy in sphinx.builders.text

This commit is contained in:
Matthew Woodcraft 2017-11-06 20:54:17 +00:00
parent 6b15c9c1c7
commit 7fac34bb44

View File

@ -21,7 +21,7 @@ from sphinx.writers.text import TextWriter, TextTranslator
if False:
# For type annotation
from typing import Any, Dict, Iterator, Set # NOQA
from typing import Any, Dict, Iterator, Set, Tuple # NOQA
from docutils import nodes # NOQA
from sphinx.application import Sphinx # NOQA