Skip to content

Commit

Permalink
Black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Dedden committed Mar 8, 2024
1 parent f49cbda commit a0f29cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dask_kubernetes/operator/controller/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ def build_worker_deployment_spec(
"spec": spec,
}
worker_env = {
"name": "DASK_WORKER_NAME",
"value": worker_name,
"name": "DASK_WORKER_NAME",
"value": worker_name,
}
scheduler_env = {
"name": "DASK_SCHEDULER_ADDRESS",
Expand Down

0 comments on commit a0f29cc

Please sign in to comment.