diff options
Diffstat (limited to 'sphinx/events.py')
-rw-r--r-- | sphinx/events.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/events.py b/sphinx/events.py index 0b76d6c9e..fca304773 100644 --- a/sphinx/events.py +++ b/sphinx/events.py @@ -20,6 +20,7 @@ from sphinx.locale import __ if False: # For type annotation from typing import Any, Callable, Dict, List # NOQA + from sphinx.util.typing import unicode # NOQA # List of all known core events. Maps name to arguments description. |