Skip to content

Commit 559de43

Browse files
committed
[py] Deleting unused imports
1 parent 1163819 commit 559de43

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

py/test/selenium/webdriver/common/click_scrolling_tests.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@
1717

1818
import pytest
1919

20-
from selenium.common.exceptions import (
21-
ElementNotInteractableException,
22-
MoveTargetOutOfBoundsException,
23-
WebDriverException)
20+
from selenium.common.exceptions import MoveTargetOutOfBoundsException
2421
from selenium.webdriver.common.by import By
2522
from selenium.webdriver.support import expected_conditions as EC
2623
from selenium.webdriver.support.ui import WebDriverWait

0 commit comments

Comments
 (0)