Update concurrent_workflow.py

pull/352/head
Eternal Reclaimer 1 year ago committed by GitHub
parent 31d1675f14
commit 19adce5f28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -43,7 +43,7 @@ class ConcurrentWorkflow(BaseStructure):
return_results: bool = False
use_processes: bool = False
def add(self, task: Task = None):
def add(self, task: Task):
"""Adds a task to the workflow.
Args:

Loading…
Cancel
Save