Skip to content

Commit 93dc550

Browse files
committed
Remove unused import
1 parent aed0176 commit 93dc550

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

seleniumbase/fixtures/base_case.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ class MyTestClass(BaseCase):
5454
except Exception:
5555
# Selenium 2 (Keep compatibility with seleneium 2.53.6 if still being used)
5656
ENI_Exception = selenium_exceptions.ElementNotSelectableException
57-
from selenium.webdriver.remote.webdriver import WebDriver
5857
from selenium.webdriver.common.by import By
5958
from selenium.webdriver.common.keys import Keys
6059
from selenium.webdriver.support.ui import Select

0 commit comments

Comments
 (0)