Skip to content

Commit d62370c

Browse files
Fix: step decorator overloads
1 parent 8092f71 commit d62370c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/zenml/steps/step_decorator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ def step(
8282
substitutions: Optional[Dict[str, str]] = None,
8383
cache_policy: Optional["CachePolicyOrString"] = None,
8484
runtime: Optional[StepRuntime] = None,
85+
heartbeat_healthy_threshold: Optional[int] = None,
8586
) -> Callable[["F"], "BaseStep"]: ...
8687

8788

0 commit comments

Comments
 (0)