Skip to content

Commit e44c77f

Browse files
committed
remove unwanted changes
1 parent b4adf1c commit e44c77f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/conductor/client/http/models/workflow_run.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
successful_status = ('PAUSED', 'COMPLETED')
1212
running_status = ('RUNNING', 'PAUSED')
1313

14+
1415
@dataclass
1516
class WorkflowRun:
1617
"""NOTE: This class is auto generated by the swagger code generator program.
@@ -126,7 +127,7 @@ def __init__(self, correlation_id=None, create_time=None, created_by=None, input
126127
self._reason_for_incompletion = reason_for_incompletion
127128

128129
def __post_init__(self, correlation_id, create_time, created_by, input, output, priority, request_id, status,
129-
tasks, update_time, variables, workflow_id, reason_for_incompletion):
130+
tasks, update_time, variables, workflow_id, reason_for_incompletion):
130131
if correlation_id is not None:
131132
self.correlation_id = correlation_id
132133
if create_time is not None:

0 commit comments

Comments
 (0)