summaryrefslogtreecommitdiff
path: root/sphinx/writers/text.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/writers/text.py')
-rw-r--r--sphinx/writers/text.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/writers/text.py b/sphinx/writers/text.py
index c38d719db..db27694d1 100644
--- a/sphinx/writers/text.py
+++ b/sphinx/writers/text.py
@@ -24,6 +24,7 @@ if False:
# For type annotation
from typing import Any, Callable, Dict, List, Optional, Set, Tuple, Union # NOQA
from sphinx.builders.text import TextBuilder # NOQA
+ from sphinx.util.typing import unicode # NOQA
class Cell: