diff options
Diffstat (limited to 'sphinx/writers/html.py')
-rw-r--r-- | sphinx/writers/html.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/writers/html.py b/sphinx/writers/html.py index c296bc884..b672b55e9 100644 --- a/sphinx/writers/html.py +++ b/sphinx/writers/html.py @@ -28,6 +28,7 @@ if False: # For type annotation from typing import Any # NOQA from sphinx.builders.html import StandaloneHTMLBuilder # NOQA + from sphinx.util.typing import unicode # NOQA logger = logging.getLogger(__name__) |