diff options
Diffstat (limited to 'sphinx/writers/texinfo.py')
-rw-r--r-- | sphinx/writers/texinfo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/writers/texinfo.py b/sphinx/writers/texinfo.py index c3cacd3e2..07559dd47 100644 --- a/sphinx/writers/texinfo.py +++ b/sphinx/writers/texinfo.py @@ -27,7 +27,7 @@ from sphinx.writers.latex import collected_footnote if False: # For type annotation - from typing import Any, Callable, Iterator, Pattern, Tuple, Union # NOQA + from typing import Any, Callable, Dict, Iterator, List, Pattern, Set, Tuple, Union # NOQA from sphinx.builders.texinfo import TexinfoBuilder # NOQA logger = logging.getLogger(__name__) |