Skip to content

Commit

Permalink
Adding blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
Oswaldo Gomez committed Aug 2, 2024
1 parent be0a027 commit 36faa6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/core/loop_parameter/loop_parameter.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ def generate_op() -> str:
import json
return json.dumps([{'a': i, 'b': i * 10} for i in range(1, 5)])


@dsl.pipeline(name='pipeline-with-loop-parameter')
def my_pipeline(
greeting: str = 'this is a test for looping through parameters'):
Expand Down

0 comments on commit 36faa6c

Please sign in to comment.