diff options
Diffstat (limited to 'sphinx/builders/websupport.py')
-rw-r--r-- | sphinx/builders/websupport.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/builders/websupport.py b/sphinx/builders/websupport.py index 1982b92cd..d38626e2b 100644 --- a/sphinx/builders/websupport.py +++ b/sphinx/builders/websupport.py @@ -22,7 +22,7 @@ from sphinx.writers.websupport import WebSupportTranslator if False: # For type annotation - from typing import Any, Iterable, Tuple # NOQA + from typing import Any, Dict, Iterable, Tuple # NOQA from docutils import nodes # NOQA from sphinx.application import Sphinx # NOQA |