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/builders/htmlhelp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sphinx/builders/htmlhelp.py') diff --git a/sphinx/builders/htmlhelp.py b/sphinx/builders/htmlhelp.py index 338015aca..7bea56ba3 100644 --- a/sphinx/builders/htmlhelp.py +++ b/sphinx/builders/htmlhelp.py @@ -26,7 +26,7 @@ from sphinx.util.pycompat import htmlescape if False: # For type annotation - from typing import Any, IO, Tuple # NOQA + from typing import Any, Dict, IO, List, Tuple # NOQA from sphinx.application import Sphinx # NOQA -- cgit v1.2.1