whitespace pre-colon

pull/649/head
evelynmitchell 5 months ago
parent 797cde4e90
commit 141ead914b

@ -199,7 +199,7 @@ class MultiProcessWorkflow(BaseWorkflow):
try: try:
results = [] results = []
for i in range(0, len(tasks), batch_size): for i in range(0, len(tasks), batch_size):
batch = tasks[i : i + batch_size] batch = tasks[i : i + batch_size] # noqa: E203
with Pool(processes=self.max_workers) as pool: with Pool(processes=self.max_workers) as pool:
results_list = pool.map( results_list = pool.map(
self.execute_task, batch, *args, **kwargs self.execute_task, batch, *args, **kwargs

Loading…
Cancel
Save