From 2fbe803530452a1eec27cf8453d9b426fb7176e1 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Tue, 1 Aug 2023 07:40:29 +0000 Subject: [PATCH] add missing import --- integration-tests/test_extensions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/integration-tests/test_extensions.py b/integration-tests/test_extensions.py index 850096a..0ca12ea 100644 --- a/integration-tests/test_extensions.py +++ b/integration-tests/test_extensions.py @@ -1,3 +1,4 @@ +import re import subprocess