diff options
Diffstat (limited to 'sphinx/util/smartypants.py')
-rw-r--r-- | sphinx/util/smartypants.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/util/smartypants.py b/sphinx/util/smartypants.py index 03fc1816c..231d0adde 100644 --- a/sphinx/util/smartypants.py +++ b/sphinx/util/smartypants.py @@ -35,6 +35,7 @@ from sphinx.util.docutils import __version_info__ as docutils_version if False: # For type annotation from typing import Iterable, Iterator, Tuple # NOQA + from sphinx.util.typing import unicode # NOQA langquotes = {'af': u'“”‘’', |