fix nits for typing

This commit is contained in:
shimizukawa 2016-12-18 09:45:39 +09:00
parent 4ece701093
commit f95b978b58

View File

@ -51,7 +51,7 @@ add_documenter(InstanceAttributeDocumenter)
if False:
# For type annotation
from typing import Any, Callable, Tuple # NOQA
from typing import Any, Callable, Tuple, List # NOQA
from sphinx import addnodes # NOQA
from sphinx.builders import Builder # NOQA
from sphinx.environment import BuildEnvironment # NOQA