diff options
Diffstat (limited to 'sphinx/util/logging.py')
-rw-r--r-- | sphinx/util/logging.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/util/logging.py b/sphinx/util/logging.py index 02bb12dd3..b13631673 100644 --- a/sphinx/util/logging.py +++ b/sphinx/util/logging.py @@ -26,6 +26,7 @@ if False: from typing import Any, Dict, Generator, IO, List, Tuple, Type, Union # NOQA from docutils import nodes # NOQA from sphinx.application import Sphinx # NOQA + from sphinx.util.typing import unicode # NOQA NAMESPACE = 'sphinx' |