From 629c448bdcbd7ca9f5d530c0ef10fa3bcd7ccbff Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Thu, 27 Oct 2022 07:18:16 +0200 Subject: all: convert "re" to "regex" --- pygments/lexers/wowtoc.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'pygments/lexers/wowtoc.py') 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 -- cgit v1.2.1