Skip to content

Commit

Permalink
Maybe fix the docs error
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Newton committed Dec 19, 2023
1 parent bc85077 commit 8f8e46d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flytekit/core/python_function_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ def __init__(
:param Optional[ExecutionBehavior] execution_mode: Defines how the execution should behave, for example
executing normally or specially handling a dynamic case.
:param str task_type: String task type to be associated with this Task
:param Optional[Iterable[Union["PythonFunctionTask", "_annotated_launch_plan.LaunchPlan", WorkflowBase]]]
node_dependency_hints: A list of tasks, launchplans, or workflows that this task depends on. This is only
:param Optional[Iterable[Union["PythonFunctionTask", "_annotated_launch_plan.LaunchPlan", WorkflowBase]]] node_dependency_hints:
A list of tasks, launchplans, or workflows that this task depends on. This is only
for dynamic tasks/workflows, where flyte cannot automatically determine the dependencies prior to runtime.
"""
if task_function is None:
Expand Down

0 comments on commit 8f8e46d

Please sign in to comment.