Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: xiang song(charlie.song) <[email protected]>
  • Loading branch information
thvasilo and classicsong authored Jan 8, 2025
1 parent 49e50bf commit ac76f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sagemaker/pipeline/create_sm_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def _create_pipeline_parameters(self, args: PipelineArgs):
def _create_pipeline_steps(
self, args: PipelineArgs
) -> List[Union[ProcessingStep, TrainingStep]]:
"""Creates the pipeline steps and reeturns them as a list
"""Creates the pipeline steps and returns them as a list
Parameters
----------
Expand Down

0 comments on commit ac76f34

Please sign in to comment.