Skip to content

Commit b1299c8

Browse files
authored
Update network.py
1 parent 901dd04 commit b1299c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/selenium/webdriver/common/bidi/network.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ def command_builder(self, method, params):
280280
command = {"method": method, "params": params}
281281
cmd = yield command
282282
return cmd
283-
283+
284284
def fail_request(self):
285285
"""Fail this request."""
286286

0 commit comments

Comments
 (0)