diff options
Diffstat (limited to 'sphinx/config.py')
-rw-r--r-- | sphinx/config.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/config.py b/sphinx/config.py index 5948becf4..722592905 100644 --- a/sphinx/config.py +++ b/sphinx/config.py @@ -33,6 +33,7 @@ if False: from sphinx.application import Sphinx # NOQA from sphinx.environment import BuildEnvironment # NOQA from sphinx.util.tags import Tags # NOQA + from sphinx.util.typing import unicode # NOQA logger = logging.getLogger(__name__) |