summaryrefslogtreecommitdiff
path: root/sphinx/util/nodes.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/util/nodes.py')
-rw-r--r--sphinx/util/nodes.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/util/nodes.py b/sphinx/util/nodes.py
index f98c72b37..a59606044 100644
--- a/sphinx/util/nodes.py
+++ b/sphinx/util/nodes.py
@@ -25,6 +25,7 @@ if False:
from typing import Any, Callable, Iterable, List, Optional, Set, Tuple, Type # NOQA
from sphinx.builders import Builder # NOQA
from sphinx.utils.tags import Tags # NOQA
+ from sphinx.util.typing import unicode # NOQA
logger = logging.getLogger(__name__)