Skip to content

Commit 4e3b50f

Browse files
committed
[py] Fix formatting
1 parent 1caff57 commit 4e3b50f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

py/test/selenium/webdriver/common/bidi_network_tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ def test_remove_auth_handler(driver):
101101
@pytest.mark.xfail_firefox(reason="Data URLs in Network requests are not implemented in Firefox yet")
102102
def test_handler_with_data_url_request(driver, pages):
103103
data_requests = []
104+
104105
def callback(request: Request):
105106
if request.url.startswith("data:"):
106107
data_requests.append(request)

0 commit comments

Comments
 (0)