Fix mypy violation

This commit is contained in:
Takeshi KOMIYA 2017-03-04 00:26:21 +09:00
parent e655794b8e
commit 3ba24fb6b8

View File

@ -20,6 +20,8 @@ from sphinx.util import logging
if False:
# For type annotation
from typing import Callable, Dict, IO, Iterator, Tuple # NOQA
from sphinx.builders import Builder # NOQA
from sphinx.environment import BuildEnvironment # NOQA
if PY3:
unicode = str