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/logging.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sphinx/util/logging.py') diff --git a/sphinx/util/logging.py b/sphinx/util/logging.py index 8fd05dbb9..9aca592d7 100644 --- a/sphinx/util/logging.py +++ b/sphinx/util/logging.py @@ -24,7 +24,7 @@ from sphinx.util.console import colorize if False: # For type annotation - from typing import Any, Generator, IO, Tuple, Union # NOQA + from typing import Any, Dict, Generator, IO, List, Tuple, Union # NOQA from docutils import nodes # NOQA from sphinx.application import Sphinx # NOQA -- cgit v1.2.1