Skip to content

Commit 3f6d4b5

Browse files
committed
[py] Remove unused import
1 parent f28290d commit 3f6d4b5

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

py/test/selenium/webdriver/chrome/chrome_service_tests.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
import os
1919
import subprocess
20-
import sys
2120
import time
2221
from unittest.mock import patch
2322

py/test/selenium/webdriver/edge/edge_service_tests.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
import os
1919
import subprocess
20-
import sys
2120
import time
2221
from unittest.mock import patch
2322

py/test/unit/selenium/webdriver/virtual_authenticator/virtual_authenticator_options_tests.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
import sys
1918

2019
import pytest
2120

0 commit comments

Comments
 (0)