diff options
Diffstat (limited to 'sphinx/util/fileutil.py')
-rw-r--r-- | sphinx/util/fileutil.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |