diff options
Diffstat (limited to 'sphinx/builders/gettext.py')
| -rw-r--r-- | sphinx/builders/gettext.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sphinx/builders/gettext.py b/sphinx/builders/gettext.py index 55da817af..0f7d51d0d 100644 --- a/sphinx/builders/gettext.py +++ b/sphinx/builders/gettext.py @@ -35,8 +35,9 @@ if False: # For type annotation from typing import Any, DefaultDict, Dict, Iterable, List, Set, Tuple # NOQA from docutils import nodes # NOQA - from sphinx.util.i18n import CatalogInfo # NOQA from sphinx.application import Sphinx # NOQA + from sphinx.util.i18n import CatalogInfo # NOQA + from sphinx.util.typing import unicode # NOQA logger = logging.getLogger(__name__) |
