From 554199d30e418f72f215fae65924b47249d2544c Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Fri, 3 Mar 2017 12:19:09 +0900 Subject: Upgrade to mypy-0.5 --- sphinx/util/inspect.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sphinx/util/inspect.py') diff --git a/sphinx/util/inspect.py b/sphinx/util/inspect.py index 58e750a53..4653197b3 100644 --- a/sphinx/util/inspect.py +++ b/sphinx/util/inspect.py @@ -12,13 +12,13 @@ import re from six import PY3, binary_type -from six.moves import builtins # type: ignore +from six.moves import builtins from sphinx.util import force_decode if False: # For type annotation - from typing import Any, Callable, Tuple, Type # NOQA + from typing import Any, Callable, List, Tuple, Type # NOQA # this imports the standard library inspect module without resorting to # relatively import this module -- cgit v1.2.1