Skip to content

Commit

Permalink
apply yapf
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-mccarthy committed Apr 12, 2022
1 parent f286c03 commit 523daa4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sdk/python/kfp/compiler/pipeline_spec_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,8 @@ def build_component_spec_for_task(
input_spec.type)
if input_spec.default is not None:
component_spec.input_definitions.parameters[
input_name].default_value.CopyFrom(_to_protobuf_value(input_spec.default))
input_name].default_value.CopyFrom(
_to_protobuf_value(input_spec.default))

else:
component_spec.input_definitions.artifacts[
Expand Down

0 comments on commit 523daa4

Please sign in to comment.