summaryrefslogtreecommitdiff
path: root/sphinx/util/parallel.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/util/parallel.py')
-rw-r--r--sphinx/util/parallel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/util/parallel.py b/sphinx/util/parallel.py
index fc691bee1..c7bc1f367 100644
--- a/sphinx/util/parallel.py
+++ b/sphinx/util/parallel.py
@@ -25,7 +25,7 @@ from sphinx.util import logging
if False:
# For type annotation
- from typing import Any, Callable, Sequence # NOQA
+ from typing import Any, Callable, Dict, List, Sequence # NOQA
logger = logging.getLogger(__name__)