summaryrefslogtreecommitdiff
path: root/sphinx/builders/text.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/builders/text.py')
-rw-r--r--sphinx/builders/text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/builders/text.py b/sphinx/builders/text.py
index bf70f6fdb..fdba2bc06 100644
--- a/sphinx/builders/text.py
+++ b/sphinx/builders/text.py
@@ -21,7 +21,7 @@ from sphinx.writers.text import TextWriter
if False:
# For type annotation
- from typing import Any, Iterator # NOQA
+ from typing import Any, Dict, Iterator, Set # NOQA
from docutils import nodes # NOQA
from sphinx.application import Sphinx # NOQA