Fix mypy violation

This commit is contained in:
Takeshi KOMIYA
2017-05-28 22:46:01 +09:00
parent 69cf328b8b
commit a7ea7580b6

View File

@@ -17,7 +17,7 @@ from sphinx.transforms import SphinxSmartQuotes
if False:
# For type annotation
from typing import Any, Dict, Type # NOQA
from typing import Any, Dict, List, Type # NOQA
from docutils.transforms import Transform # NOQA
from sphinx.application import Sphinx # NOQA