Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 20, 2023
1 parent 6e88989 commit b67fccd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cubed/runtime/executors/lithops.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,9 @@ def execute_dag(
group_names = []
for name, node in gen:
pipeline = node["pipeline"]
f = partial(run_func, func=pipeline.function, config=pipeline.config)
f = partial(
run_func, func=pipeline.function, config=pipeline.config
)
group_map_functions.append(f)
group_map_iterdata.append(pipeline.mappable)
group_names.append(name)
Expand Down

0 comments on commit b67fccd

Please sign in to comment.