diff options
Diffstat (limited to 'sphinx/builders/latex.py')
-rw-r--r-- | sphinx/builders/latex.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/builders/latex.py b/sphinx/builders/latex.py index 72da4bfeb..2208ecfe0 100644 --- a/sphinx/builders/latex.py +++ b/sphinx/builders/latex.py @@ -36,7 +36,7 @@ from sphinx.writers.latex import LaTeXWriter if False: # For type annotation - from typing import Any, Iterable, Tuple, Union # NOQA + from typing import Any, Dict, Iterable, List, Tuple, Union # NOQA from sphinx.application import Sphinx # NOQA from sphinx.config import Config # NOQA |