summaryrefslogtreecommitdiff
path: root/sphinx/transforms/post_transforms/code.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-11-12 02:05:13 +0900
committerGitHub <noreply@github.com>2020-11-12 02:05:13 +0900
commit68cc0f7e94f360a2c62ebcb761f8096e04ebf07f (patch)
tree37b1da3654ece6803efd0a2ed356fbbff3fc276a /sphinx/transforms/post_transforms/code.py
parent229e11c488fc1fbd15b0a209782aa94dc6abdf58 (diff)
parent0949735210abaa05b6448e531984f159403053f4 (diff)
downloadsphinx-git-68cc0f7e94f360a2c62ebcb761f8096e04ebf07f.tar.gz
Merge pull request #8408 from francoisfreitag/isort
Sort imports with isort
Diffstat (limited to 'sphinx/transforms/post_transforms/code.py')
-rw-r--r--sphinx/transforms/post_transforms/code.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/sphinx/transforms/post_transforms/code.py b/sphinx/transforms/post_transforms/code.py
index 2012d6e11..d306b5c80 100644
--- a/sphinx/transforms/post_transforms/code.py
+++ b/sphinx/transforms/post_transforms/code.py
@@ -20,7 +20,6 @@ from sphinx.application import Sphinx
from sphinx.ext import doctest
from sphinx.transforms import SphinxTransform
-
HighlightSetting = NamedTuple('HighlightSetting', [('language', str),
('force', bool),
('lineno_threshold', int)])