diff options
Diffstat (limited to 'sphinx/ext/doctest.py')
-rw-r--r-- | sphinx/ext/doctest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/ext/doctest.py b/sphinx/ext/doctest.py index 73ce1a87c..38c1844ea 100644 --- a/sphinx/ext/doctest.py +++ b/sphinx/ext/doctest.py @@ -35,7 +35,7 @@ from sphinx.locale import _ if False: # For type annotation - from typing import Any, Callable, IO, Iterable, Sequence, Tuple # NOQA + from typing import Any, Callable, Dict, IO, Iterable, List, Sequence, Set, Tuple # NOQA from sphinx.application import Sphinx # NOQA logger = logging.getLogger(__name__) |