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/directives/code.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sphinx/directives/code.py') diff --git a/sphinx/directives/code.py b/sphinx/directives/code.py index f6a328582..058c95913 100644 --- a/sphinx/directives/code.py +++ b/sphinx/directives/code.py @@ -23,7 +23,7 @@ from sphinx.util.nodes import set_source_info if False: # For type annotation - from typing import Any, Tuple # NOQA + from typing import Any, Dict, List, Tuple # NOQA from sphinx.application import Sphinx # NOQA from sphinx.config import Config # NOQA -- cgit v1.2.1