Skip to content

Commit

Permalink
Fix docstring for _ops_group Condition (#1356)
Browse files Browse the repository at this point in the history
A fix of a docstring
  • Loading branch information
Reldan authored and k8s-ci-robot committed May 22, 2019
1 parent f419b9b commit d160425
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions sdk/python/kfp/dsl/_ops_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,9 @@ class Condition(OpsGroup):
"""

def __init__(self, condition):
"""Create a new instance of ExitHandler.
"""Create a new instance of Condition.
Args:
condition (ConditionOperator): the condition.
Raises:
ValueError is the exit_op is invalid.
"""
super(Condition, self).__init__('condition')
self.condition = condition
Expand Down

0 comments on commit d160425

Please sign in to comment.