Skip to content

Commit 04cc1a8

Browse files
[py] clean up imports
1 parent 2aea999 commit 04cc1a8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

py/selenium/webdriver/common/log.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
from contextlib import asynccontextmanager
2323
from importlib import import_module
2424

25-
from selenium.common.exceptions import WebDriverException
2625
from selenium.webdriver.common.by import By
2726

2827
cdp = None

py/selenium/webdriver/remote/webdriver.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
WebDriverException,
4747
NoSuchCookieException)
4848
from selenium.webdriver.common.by import By
49-
from selenium.webdriver.common.log import Log
5049
from selenium.webdriver.common.options import BaseOptions
5150
from selenium.webdriver.common.print_page_options import PrintOptions
5251
from selenium.webdriver.common.timeouts import Timeouts

0 commit comments

Comments
 (0)