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/fileutil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sphinx/util/fileutil.py') diff --git a/sphinx/util/fileutil.py b/sphinx/util/fileutil.py index ddfb61e6b..58ed49068 100644 --- a/sphinx/util/fileutil.py +++ b/sphinx/util/fileutil.py @@ -18,7 +18,7 @@ from sphinx.util.osutil import copyfile, ensuredir, walk if False: # For type annotation - from typing import Callable, Union # NOQA + from typing import Callable, Dict, Union # NOQA from sphinx.util.matching import Matcher # NOQA from sphinx.util.template import BaseRenderer # NOQA -- cgit v1.2.1