diff options
Diffstat (limited to 'sphinx/util/docstrings.py')
-rw-r--r-- | sphinx/util/docstrings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/util/docstrings.py b/sphinx/util/docstrings.py index bc4b96a56..5cd12a177 100644 --- a/sphinx/util/docstrings.py +++ b/sphinx/util/docstrings.py @@ -14,6 +14,7 @@ import sys if False: # For type annotation from typing import List # NOQA + from sphinx.util.typing import unicode # NOQA def prepare_docstring(s, ignore=1): |