Skip to content

Commit

Permalink
chore: re-run black formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Nov 12, 2024
1 parent 1e1122c commit cd205a9
Show file tree
Hide file tree
Showing 5 changed files with 493 additions and 490 deletions.
2 changes: 1 addition & 1 deletion playwright/_impl/_element_handle.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ async def select_option(
dict(
timeout=timeout,
force=force,
**convert_select_option_values(value, index, label, element)
**convert_select_option_values(value, index, label, element),
)
)
return await self._channel.send("selectOption", params)
Expand Down
Loading

0 comments on commit cd205a9

Please sign in to comment.