summaryrefslogtreecommitdiff
path: root/sphinx/util/inventory.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/util/inventory.py')
-rw-r--r--sphinx/util/inventory.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/util/inventory.py b/sphinx/util/inventory.py
index 58ad8de33..cd0555d9d 100644
--- a/sphinx/util/inventory.py
+++ b/sphinx/util/inventory.py
@@ -21,6 +21,7 @@ if False:
from typing import Callable, Dict, IO, Iterator, Tuple # NOQA
from sphinx.builders import Builder # NOQA
from sphinx.environment import BuildEnvironment # NOQA
+ from sphinx.util.typing import unicode # NOQA
Inventory = Dict[text_type, Dict[text_type, Tuple[text_type, text_type, text_type, text_type]]] # NOQA