diff options
Diffstat (limited to 'sphinx/util/compat.py')
-rw-r--r-- | sphinx/util/compat.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/util/compat.py b/sphinx/util/compat.py index 42406afe7..e5ca6accb 100644 --- a/sphinx/util/compat.py +++ b/sphinx/util/compat.py @@ -22,7 +22,7 @@ docutils_version = tuple(int(x) for x in _du_version.split('.')[:2]) if False: # For type annotation - from typing import Any # NOQA + from typing import Any, Dict # NOQA class _DeprecationWrapper(object): |