Skip to content

Commit

Permalink
Black fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Dedden committed May 30, 2024
1 parent 85c9a0b commit 27750ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dask_kubernetes/operator/controller/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@

KUBERNETES_DATETIME_FORMAT: Final[str] = "%Y-%m-%dT%H:%M:%SZ"

DASK_AUTOSCALER_COOLDOWN_UNTIL_ANNOTATION: Final[str] = (
"kubernetes.dask.org/cooldown-until"
)
DASK_AUTOSCALER_COOLDOWN_UNTIL_ANNOTATION: Final[
str
] = "kubernetes.dask.org/cooldown-until"

# Load operator plugins from other packages
PLUGINS: list[Any] = []
Expand Down

0 comments on commit 27750ab

Please sign in to comment.