summaryrefslogtreecommitdiff
path: root/sphinx/builders/htmlhelp.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/builders/htmlhelp.py')
-rw-r--r--sphinx/builders/htmlhelp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/builders/htmlhelp.py b/sphinx/builders/htmlhelp.py
index 338015aca..7bea56ba3 100644
--- a/sphinx/builders/htmlhelp.py
+++ b/sphinx/builders/htmlhelp.py
@@ -26,7 +26,7 @@ from sphinx.util.pycompat import htmlescape
if False:
# For type annotation
- from typing import Any, IO, Tuple # NOQA
+ from typing import Any, Dict, IO, List, Tuple # NOQA
from sphinx.application import Sphinx # NOQA