From fa00246085ed6ec1afee581359bb2a6686c845e8 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 18:12:04 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .github/workflows/scripts/register_flows.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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,