diff options
Diffstat (limited to 'sphinx/util/i18n.py')
-rw-r--r-- | sphinx/util/i18n.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/util/i18n.py b/sphinx/util/i18n.py index eca5a8cf8..656112c8d 100644 --- a/sphinx/util/i18n.py +++ b/sphinx/util/i18n.py @@ -34,6 +34,7 @@ if False: # For type annotation from typing import Callable, List, Set # NOQA from sphinx.environment import BuildEnvironment # NOQA + from sphinx.util.typing import unicode # NOQA LocaleFileInfoBase = namedtuple('CatalogInfo', 'base_dir,domain,charset') |