Skip to content

Commit

Permalink
import bug (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoning777 authored and k8s-ci-robot committed Dec 4, 2018
1 parent 9718826 commit 632370c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/kfp/compiler/_component_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ def _generate_pythonop(component_func, target_image, target_component_file=None)
The returned value is in fact a function, which should generates a container_op instance. """

from ..components._python_op import _python_function_name_to_component_name
from ..components import InputSpec, OutputSpec, ImplementationSpec, ContainerSpec, ComponentSpec
from ..components._structures import InputSpec, OutputSpec, ImplementationSpec, ContainerSpec, ComponentSpec


#Component name and description are derived from the function's name and docstribng, but can be overridden by @python_component function decorator
Expand Down

0 comments on commit 632370c

Please sign in to comment.