Skip to content

Commit f665e7c

Browse files
committed
format
1 parent a363367 commit f665e7c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

modules/page_object_google_search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
from selenium.webdriver.common.keys import Keys
12
from selenium.webdriver.remote.webelement import WebElement
23

34
from modules.page_base import BasePage
4-
from selenium.webdriver.common.keys import Keys
55

66

77
class GoogleSearch(BasePage):

tests/security_and_privacy/test_blocking_fingerprinters.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
from modules.browser_object_navigation import Navigation
66
from modules.page_object_about_prefs import AboutPrefs
77

8-
FINGERPRINTERS_URL = "https://senglehardt.com/test/trackingprotection/test_pages/fingerprinting.html"
8+
FINGERPRINTERS_URL = (
9+
"https://senglehardt.com/test/trackingprotection/test_pages/fingerprinting.html"
10+
)
911

1012

1113
def test_blocking_fingerprinter(driver: Firefox):

0 commit comments

Comments
 (0)