diff options
Diffstat (limited to 'sphinx/writers/xml.py')
-rw-r--r-- | sphinx/writers/xml.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/writers/xml.py b/sphinx/writers/xml.py index 1fa0ecee9..824fba304 100644 --- a/sphinx/writers/xml.py +++ b/sphinx/writers/xml.py @@ -16,6 +16,7 @@ if False: # For type annotation from typing import Any, Tuple # NOQA from sphinx.builders import Builder # NOQA + from sphinx.util.typing import unicode # NOQA class XMLWriter(BaseXMLWriter): |