Skip to content

Commit db68c51

Browse files
committed
add docstring for workflow.step.add_depends_on
1 parent 97b4d7e commit db68c51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sagemaker/workflow/steps.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ def to_request(self) -> RequestType:
9292
return request_dict
9393

9494
def add_depends_on(self, step_names: List[str]):
95+
"""Add step names to the current step depends on list"""
9596
if not step_names:
9697
return
9798
if not self.depends_on:

0 commit comments

Comments
 (0)