summaryrefslogtreecommitdiff
path: root/sphinx/registry.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/registry.py')
-rw-r--r--sphinx/registry.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/sphinx/registry.py b/sphinx/registry.py
index 541fef1b3..56b459589 100644
--- a/sphinx/registry.py
+++ b/sphinx/registry.py
@@ -11,8 +11,7 @@
import traceback
from importlib import import_module
from types import MethodType
-from typing import Any, Callable, Dict, Iterator, List, Tuple, Type, Union
-from typing import TYPE_CHECKING
+from typing import TYPE_CHECKING, Any, Callable, Dict, Iterator, List, Tuple, Type, Union
from docutils import nodes
from docutils.io import Input