Skip to content

Commit

Permalink
added type to kind variable inside autoscale_resource function
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel-esp committed Nov 19, 2024
1 parent b473c65 commit 54e7c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kube_downscaler/scaler.py
Original file line number Diff line number Diff line change
Expand Up @@ -1063,7 +1063,7 @@ def autoscale_resource(

def autoscale_resources(
api: HTTPClient,
kind,
kind: NamespacedAPIObject,
namespace: FrozenSet[Pattern],
exclude_namespaces: FrozenSet[Pattern],
exclude_names: FrozenSet[str],
Expand Down

0 comments on commit 54e7c43

Please sign in to comment.