Skip to content

Commit 9799cbe

Browse files
fixed formatting issue
1 parent 34c7694 commit 9799cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/selenium/webdriver/common/bidi/browser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ def from_dict(cls, data: dict) -> "ClientWindowInfo":
218218
ClientWindowInfo: A new instance of ClientWindowInfo.
219219
"""
220220
return cls(
221-
client_window = data.get("clientWindow"),
221+
client_window=data.get("clientWindow"),
222222
state=data.get("state"),
223223
width=data.get("width"),
224224
height=data.get("height"),

0 commit comments

Comments
 (0)