Skip to content

Commit

Permalink
fix(status): set tasks type correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineDao committed Dec 19, 2019
1 parent 48f830e commit f9f36ad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions queenbee/schema/status.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,4 @@ class WorkflowStatus(BaseStatus):
description='The ID of the individual workflow run.'
)

tasks = Dict[str, TaskStatus]

tasks: Dict[str, TaskStatus] = {}

0 comments on commit f9f36ad

Please sign in to comment.