summaryrefslogtreecommitdiff
path: root/sphinx/testing/path.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/testing/path.py')
-rw-r--r--sphinx/testing/path.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/testing/path.py b/sphinx/testing/path.py
index 143bfd994..20430ff23 100644
--- a/sphinx/testing/path.py
+++ b/sphinx/testing/path.py
@@ -15,6 +15,7 @@ from six import text_type
if False:
# For type annotation
from typing import Any, Callable, IO, List # NOQA
+ from sphinx.util.typing import unicode # NOQA
FILESYSTEMENCODING = sys.getfilesystemencoding() or sys.getdefaultencoding()