summaryrefslogtreecommitdiffstats
path: root/Doc/tools/extensions/peg_highlight.py
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/tools/extensions/peg_highlight.py')
-rw-r--r--Doc/tools/extensions/peg_highlight.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/extensions/peg_highlight.py b/Doc/tools/extensions/peg_highlight.py
index 27f54cd..4bdc2ee 100644
--- a/Doc/tools/extensions/peg_highlight.py
+++ b/Doc/tools/extensions/peg_highlight.py
@@ -1,5 +1,5 @@
from pygments.lexer import RegexLexer, bygroups, include
-from pygments.token import Comment, Generic, Keyword, Name, Operator, Punctuation, Text
+from pygments.token import Comment, Keyword, Name, Operator, Punctuation, Text
from sphinx.highlighting import lexers