From 67ee3d85908809e9a5a11e2663caf82e7d7ca781 Mon Sep 17 00:00:00 2001 From: Corey Goldberg <1113081+cgoldberg@users.noreply.github.com> Date: Tue, 27 May 2025 12:45:49 -0400 Subject: [PATCH] [py] Remove unused import from test file --- py/test/selenium/webdriver/common/bidi_tests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/py/test/selenium/webdriver/common/bidi_tests.py b/py/test/selenium/webdriver/common/bidi_tests.py index cc0f6e33ffd41..50daa727d389e 100644 --- a/py/test/selenium/webdriver/common/bidi_tests.py +++ b/py/test/selenium/webdriver/common/bidi_tests.py @@ -15,7 +15,6 @@ # specific language governing permissions and limitations # under the License. -import pytest from selenium.webdriver.common.bidi.log import LogLevel from selenium.webdriver.common.by import By