Skip to content

Commit 1209a02

Browse files
committed
reformatted using ruff format
1 parent 4f0434c commit 1209a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/selenium/webdriver/common/service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def __init__(
6565
elif log_output is None or log_output == subprocess.DEVNULL:
6666
self.log_output = subprocess.DEVNULL
6767
else:
68-
self.log_output = cast(Union[int, IOBase],log_output)
68+
self.log_output = cast(Union[int, IOBase], log_output)
6969

7070
self.port = port or utils.free_port()
7171
# Default value for every python subprocess: subprocess.Popen(..., creationflags=0)

0 commit comments

Comments
 (0)