Skip to content

Commit aea99a2

Browse files
committed
Remove unused declarations
1 parent acd5c69 commit aea99a2

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/address_bar_and_search/test_search_code_google_non_us.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ def test_search_code_google_non_us(driver: Firefox):
2626

2727
# Create objects
2828
nav = Navigation(driver).open()
29-
ac = AboutConfig(driver)
3029
context_menu = ContextMenu(driver)
3130
tab = TabBar(driver)
3231
example = ExamplePage(driver)

tests/address_bar_and_search/test_search_code_google_us.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ def test_search_code_google_us(driver: Firefox):
1616

1717
# Create objects
1818
nav = Navigation(driver).open()
19-
ac = AboutConfig(driver)
2019
context_menu = ContextMenu(driver)
2120
tab = TabBar(driver)
2221
example = ExamplePage(driver)

0 commit comments

Comments
 (0)