From 6657e7834f10a7f403e2a43ac549bbcc2136489e Mon Sep 17 00:00:00 2001 From: pukkandan Date: Fri, 19 Aug 2022 09:49:48 +0530 Subject: [PATCH] Use `compat.re` --- test/test_jsinterp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_jsinterp.py b/test/test_jsinterp.py index 863e52458..1a8dc6afc 100644 --- a/test/test_jsinterp.py +++ b/test/test_jsinterp.py @@ -8,8 +8,8 @@ import unittest sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) import math -import re +from yt_dlp.compat import re from yt_dlp.jsinterp import JS_Undefined, JSInterpreter