Skip to content

Commit 1515c02

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

data_structures/arrays/longest_ones_after_replacement.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,3 @@ def longest_ones(self, nums: list[int], max_zero_flips: int) -> int:
3636
"Longest Ones After Replacement:",
3737
solver.longest_ones([1, 0, 1, 1, 0, 1], 1),
3838
)
39-

0 commit comments

Comments
 (0)