Skip to content

Commit c5de223

Browse files
fixed formatting
1 parent a14ed93 commit c5de223

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -219,12 +219,12 @@ def from_dict(cls, data: dict) -> "ClientWindowInfo":
219219
"""
220220
return cls(
221221
client_window = data.get("clientWindow"),
222-
state = data.get("state"),
223-
width = data.get("width"),
224-
height = data.get("height"),
225-
x = data.get("x"),
226-
y = data.get("y"),
227-
active = data.get("active"),
222+
state=data.get("state"),
223+
width=data.get("width"),
224+
height=data.get("height"),
225+
x=data.get("x"),
226+
y=data.get("y"),
227+
active=data.get("active"),
228228
)
229229

230230

0 commit comments

Comments
 (0)