summaryrefslogtreecommitdiff
path: root/sphinx/ext/doctest.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/ext/doctest.py
parent279e547860ea68e3c357f55e608afec682a1f961 (diff)
downloadsphinx-git-b718aef7d876ca6a9e08fc225f8f2031845083a4.tar.gz
Do isort
Diffstat (limited to 'sphinx/ext/doctest.py')
-rw-r--r--sphinx/ext/doctest.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/ext/doctest.py b/sphinx/ext/doctest.py
index 2a8226196..76da36bbe 100644
--- a/sphinx/ext/doctest.py
+++ b/sphinx/ext/doctest.py
@@ -15,8 +15,8 @@ import sys
import time
from io import StringIO
from os import path
-from typing import Any, Callable, Dict, Iterable, List, Sequence, Set, Tuple, Type
-from typing import TYPE_CHECKING
+from typing import (TYPE_CHECKING, Any, Callable, Dict, Iterable, List, Sequence, Set, Tuple,
+ Type)
from docutils import nodes
from docutils.nodes import Element, Node, TextElement