summaryrefslogtreecommitdiff
path: root/sphinx/builders/manpage.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/builders/manpage.py')
-rw-r--r--sphinx/builders/manpage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/builders/manpage.py b/sphinx/builders/manpage.py
index 20034b3f8..a08f70ee2 100644
--- a/sphinx/builders/manpage.py
+++ b/sphinx/builders/manpage.py
@@ -27,7 +27,7 @@ from sphinx.writers.manpage import ManualPageWriter
if False:
# For type annotation
- from typing import Any, Union # NOQA
+ from typing import Any, Dict, List, Set, Union # NOQA
from sphinx.application import Sphinx # NOQA