Skip to content

Commit c4dbb9b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 8ea8256 commit c4dbb9b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pydra/engine/workers.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -977,5 +977,8 @@ def close(self):
977977
"slurm": SlurmWorker,
978978
"dask": DaskWorker,
979979
"sge": SGEWorker,
980-
**{"psij-" + subtype: lambda subtype=subtype: PsijWorker(subtype=subtype) for subtype in ["local", "slurm"]},
980+
**{
981+
"psij-" + subtype: lambda subtype=subtype: PsijWorker(subtype=subtype)
982+
for subtype in ["local", "slurm"]
983+
},
981984
}

0 commit comments

Comments
 (0)