Skip to content

Commit

Permalink
review feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Greg Sheremeta <gshereme@redhat.com>
  • Loading branch information
gregsheremeta committed Jul 4, 2024
1 parent 1090395 commit afa1286
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/kfp/dsl/pipeline_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"""Pipeline-level config options."""


class PipelineConfig():
class PipelineConfig:
"""PipelineConfig contains pipeline-level config options."""

def __init__(self):
Expand Down
1 change: 1 addition & 0 deletions sdk/python/kfp/dsl/pipeline_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def my_pipeline(a: str, b: int):
pipeline_root: The root directory from which to read input and output
parameters and artifacts.
display_name: A human-readable name for the pipeline.
pipeline_config: Pipeline-level config options.
"""
if func is None:
return functools.partial(
Expand Down

0 comments on commit afa1286

Please sign in to comment.