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 7dee0d71c..1099a2602 100644 --- a/sphinx/util/template.py +++ b/sphinx/util/template.py @@ -18,6 +18,7 @@ from sphinx.locale import get_translator if False: # For type annotation + from typing import Dict # NOQA from jinja2.loaders import BaseLoader # NOQA |