Skip to content
This repository was archived by the owner on Apr 12, 2018. It is now read-only.

Commit 1ea01d3

Browse files
author
Oleiade
committed
Remove useless workflow_type slot in WorkflowExecutionQuerySet
1 parent 24b7f8b commit 1ea01d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

swf/models/workflow.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,6 @@ class WorkflowExecution(BaseModel):
310310

311311
__slots__ = [
312312
'domain',
313-
'workflow_type',
314313
'workflow_id',
315314
'run_id',
316315
'status',

0 commit comments

Comments
 (0)