summaryrefslogtreecommitdiff
path: root/pygments/lexers/wowtoc.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2022-10-27 07:18:16 +0200
committerGeorg Brandl <georg@python.org>2022-10-27 12:15:22 +0200
commit629c448bdcbd7ca9f5d530c0ef10fa3bcd7ccbff (patch)
tree0d16b78a78b188e1f3ef28746b87ada37bdd804e /pygments/lexers/wowtoc.py
parentcffc5df62c258ca39fc7474f7197f2df33ab014f (diff)
downloadpygments-git-regex.tar.gz
all: convert "re" to "regex"regex
Diffstat (limited to 'pygments/lexers/wowtoc.py')
-rw-r--r--pygments/lexers/wowtoc.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/pygments/lexers/wowtoc.py b/pygments/lexers/wowtoc.py
index 320ae011..a557aab5 100644
--- a/pygments/lexers/wowtoc.py
+++ b/pygments/lexers/wowtoc.py
@@ -10,8 +10,6 @@
:license: BSD, see LICENSE for details.
"""
-import re
-
from pygments.lexer import RegexLexer, bygroups
from pygments.token import Comment, Name, Text, Punctuation, String, Keyword