From 32e4142102d3162e816eba4530b61e45499c50f4 Mon Sep 17 00:00:00 2001 From: Troy Chiu Date: Thu, 20 Feb 2025 13:44:05 -0800 Subject: [PATCH] lint Signed-off-by: Troy Chiu --- flytekit/remote/entities.py | 1 - 1 file changed, 1 deletion(-) diff --git a/flytekit/remote/entities.py b/flytekit/remote/entities.py index ae809d8264..7c6f72ec1b 100644 --- a/flytekit/remote/entities.py +++ b/flytekit/remote/entities.py @@ -354,7 +354,6 @@ def __init__( parallelism: int, min_successes: int, min_success_ratio: float, - ): super().__init__(flyte_node, parallelism, min_successes, min_success_ratio) self._flyte_node = flyte_node