Skip to content

Commit

Permalink
[pre-commit.ci] Apply automatic pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jan 3, 2024
1 parent 26150be commit 492835f
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,7 @@ def list_dask_environments():


def base_node_group(options):
default_node_group = {
"dedicated": config["worker-node-group"]["value"]
}
default_node_group = {"dedicated": config["worker-node-group"]["value"]}

# check `worker_extra_pod_config` first
worker_node_group = (
Expand Down

0 comments on commit 492835f

Please sign in to comment.