diff options
Diffstat (limited to 'sphinx/util/template.py')
-rw-r--r-- | sphinx/util/template.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/util/template.py b/sphinx/util/template.py index 01c772069..4e078f3c4 100644 --- a/sphinx/util/template.py +++ b/sphinx/util/template.py @@ -22,6 +22,7 @@ if False: # For type annotation from typing import Dict # NOQA from jinja2.loaders import BaseLoader # NOQA + from sphinx.util.typing import unicode # NOQA class BaseRenderer: |