diff options
Diffstat (limited to 'sphinx/events.py')
-rw-r--r-- | sphinx/events.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sphinx/events.py b/sphinx/events.py index 59d38daf0..1ffb11561 100644 --- a/sphinx/events.py +++ b/sphinx/events.py @@ -12,8 +12,7 @@ from collections import defaultdict from operator import attrgetter -from typing import Any, Callable, Dict, List, NamedTuple, Tuple, Type -from typing import TYPE_CHECKING +from typing import TYPE_CHECKING, Any, Callable, Dict, List, NamedTuple, Tuple, Type from sphinx.errors import ExtensionError, SphinxError from sphinx.locale import __ |