summaryrefslogtreecommitdiff
path: root/sphinx/events.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/events.py')
-rw-r--r--sphinx/events.py1
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.