diff options
Diffstat (limited to 'sphinx/builders/text.py')
-rw-r--r-- | sphinx/builders/text.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/builders/text.py b/sphinx/builders/text.py index a43332971..cad379cf4 100644 --- a/sphinx/builders/text.py +++ b/sphinx/builders/text.py @@ -24,6 +24,7 @@ if False: from typing import Any, Dict, Iterator, Set, Tuple # NOQA from docutils import nodes # NOQA from sphinx.application import Sphinx # NOQA + from sphinx.util.typing import unicode # NOQA logger = logging.getLogger(__name__) |