Skip to content

Commit 7c1afb8

Browse files
committed
Remove unused import
1 parent 68f116b commit 7c1afb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bookmarks_and_history/test_user_can_forget_history.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from selenium.webdriver import Firefox
33

44
from modules.browser_object import ForgetPanel, Navigation, PanelUi, TabBar
5-
from modules.page_object import CustomizeFirefox, GenericPage
5+
from modules.page_object import CustomizeFirefox
66

77

88
@pytest.fixture()

0 commit comments

Comments
 (0)