Skip to content

Commit cd205a9

Browse files
committed
chore: re-run black formatter
1 parent 1e1122c commit cd205a9

File tree

5 files changed

+493
-490
lines changed

5 files changed

+493
-490
lines changed

playwright/_impl/_element_handle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ async def select_option(
158158
dict(
159159
timeout=timeout,
160160
force=force,
161-
**convert_select_option_values(value, index, label, element)
161+
**convert_select_option_values(value, index, label, element),
162162
)
163163
)
164164
return await self._channel.send("selectOption", params)

0 commit comments

Comments
 (0)