Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2019-11-17 09:07:11 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2019-11-17 09:07:11 +0300
commit0b76cf838cb82f481d3b147bdb6d4d4414eb8c62 (patch)
tree90334383f21e9d21c73bb4a9b0a8980eaed0c730 /sphinx/highlighting.py
parent66448309413a56b9e38daa758a12a1e4f4556616 (diff)
Fix flake8 violation
Diffstat (limited to 'sphinx/highlighting.py')
-rw-r--r--sphinx/highlighting.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/highlighting.py b/sphinx/highlighting.py
index 4a61bfd29..b2ff39a06 100644
--- a/sphinx/highlighting.py
+++ b/sphinx/highlighting.py
@@ -24,7 +24,7 @@ from pygments.util import ClassNotFound
from sphinx.locale import __
from sphinx.pygments_styles import SphinxStyle, NoneStyle
from sphinx.util import logging
-from sphinx.util.texescape import get_hlescape_func, tex_hl_escape_map_new
+from sphinx.util.texescape import get_hlescape_func
if False:
# For type annotation