Skip to content

Commit 2c69934

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent c88303d commit 2c69934

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dynamic_programming/minimum_size_subarray_sum.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,3 @@ def minimum_subarray_sum(target: int, numbers: list[int]) -> int:
5757
left += 1
5858

5959
return 0 if min_len == sys.maxsize else min_len
60-
61-
62-

0 commit comments

Comments
 (0)