From fb358a48a7ec503a16cabbbbcc20076caccebe29 Mon Sep 17 00:00:00 2001 From: titusfortner Date: Sat, 23 Sep 2023 13:41:09 -0500 Subject: [PATCH] [py] remove unused import in tests --- py/test/selenium/webdriver/common/virtual_authenticator_tests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/py/test/selenium/webdriver/common/virtual_authenticator_tests.py b/py/test/selenium/webdriver/common/virtual_authenticator_tests.py index dc0b1adb79073..cdbbb4506ea44 100644 --- a/py/test/selenium/webdriver/common/virtual_authenticator_tests.py +++ b/py/test/selenium/webdriver/common/virtual_authenticator_tests.py @@ -17,7 +17,6 @@ from base64 import b64decode from base64 import urlsafe_b64decode -from base64 import urlsafe_b64encode from typing import List import pytest