diff options
Diffstat (limited to 'sphinx/testing/util.py')
-rw-r--r-- | sphinx/testing/util.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/testing/util.py b/sphinx/testing/util.py index cb2d9da4a..eee8c86b9 100644 --- a/sphinx/testing/util.py +++ b/sphinx/testing/util.py @@ -28,6 +28,7 @@ if False: # For type annotation from typing import List # NOQA from typing import Any, Dict, Generator, IO, List, Pattern # NOQA + from sphinx.util.typing import unicode # NOQA __all__ = [ |