diff --git a/.github/workflows/scripts/register_flows.py b/.github/workflows/scripts/register_flows.py index 14b469b..121a6ed 100644 --- a/.github/workflows/scripts/register_flows.py +++ b/.github/workflows/scripts/register_flows.py @@ -91,7 +91,11 @@ def build_and_register( # pylint: disable=too-many-branches while attempts < max_retries: attempts += 1 try: - (flow_id, flow_version, is_new,) = register_serialized_flow( + ( + flow_id, + flow_version, + is_new, + ) = register_serialized_flow( client=client, serialized_flow=serialized_flow, project_id=project_id,