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" --- tests/test_unistring.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/test_unistring.py') diff --git a/tests/test_unistring.py b/tests/test_unistring.py index 65fb1fc5..03f4b89a 100644 --- a/tests/test_unistring.py +++ b/tests/test_unistring.py @@ -6,9 +6,10 @@ :license: BSD, see LICENSE for details. """ -import re import random +import regex as re + from pygments import unistring as uni -- cgit v1.2.1