Skip to content

Commit 84a2f47

Browse files
committed
chore: remove unused import
1 parent 61b6fcf commit 84a2f47

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/local.log
2+
env

tests/local-test.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
import json
22
from selenium import webdriver
3-
from selenium.webdriver.support.ui import WebDriverWait
4-
from selenium.webdriver.support import expected_conditions as EC
5-
from selenium.webdriver.common.by import By
63
from selenium.webdriver.chrome.options import Options as ChromeOptions
74

85
options = ChromeOptions()

0 commit comments

Comments
 (0)