Skip to content

Commit 3358b86

Browse files
committed
refactored "kind" type inside functions
1 parent 54e7c43 commit 3358b86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kube_downscaler/scaler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,7 @@ def autoscale_resource(
889889
upscale_target_only: bool,
890890
max_retries_on_conflict: int,
891891
api: HTTPClient,
892-
kind,
892+
kind: NamespacedAPIObject,
893893
dry_run: bool,
894894
now: datetime.datetime,
895895
grace_period: int = 0,

0 commit comments

Comments
 (0)