summaryrefslogtreecommitdiff
path: root/sphinx/registry.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-11-12 02:52:50 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2020-11-12 02:52:50 +0900
commitb718aef7d876ca6a9e08fc225f8f2031845083a4 (patch)
treeb0c4f00188bd472961beacdca24db0ca5b54ed24 /sphinx/registry.py
parent279e547860ea68e3c357f55e608afec682a1f961 (diff)
downloadsphinx-git-b718aef7d876ca6a9e08fc225f8f2031845083a4.tar.gz
Do isort
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