Remove unused import

This commit is contained in:
Michael Mintz 2018-03-25 23:39:34 -04:00
parent aed017676f
commit 93dc550d2f
1 changed files with 0 additions and 1 deletions

View File

@ -54,7 +54,6 @@ try:
except Exception:
# Selenium 2 (Keep compatibility with seleneium 2.53.6 if still being used)
ENI_Exception = selenium_exceptions.ElementNotSelectableException
from selenium.webdriver.remote.webdriver import WebDriver
from selenium.webdriver.common.by import By
from selenium.webdriver.common.keys import Keys
from selenium.webdriver.support.ui import Select