Skip to content

Commit 3e3b96c

Browse files
committed
refactor: indentation in helper.py
1 parent b6b4c6a commit 3e3b96c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kube_downscaler/helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def matches_time_spec(time: datetime.datetime, spec: str):
2828
spec_ = spec_.strip()
2929
recurring_match = TIME_SPEC_PATTERN.match(spec_)
3030
if recurring_match is not None and _matches_recurring_time_spec(
31-
time, recurring_match
31+
time, recurring_match
3232
):
3333
return True
3434
absolute_match = ABSOLUTE_TIME_SPEC_PATTERN.match(spec_)

0 commit comments

Comments
 (0)