Skip to content

Commit 78fedac

Browse files
committed
Remove unnecessary blank line in OverkizClient docstring
1 parent f903320 commit 78fedac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyoverkiz/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,6 @@ async def execute_action_group(
642642
The executed action group does not have to be persisted on the server before use.
643643
Per-session rate-limit : 1 calls per 28min 48s period for all operations of the same category (exec)
644644
"""
645-
646645
# Build a logical (snake_case) payload using model helpers and convert it
647646
# to the exact JSON schema expected by the API (camelCase + small fixes).
648647
payload = {"label": label, "actions": [a.to_payload() for a in actions]}

0 commit comments

Comments
 (0)