Skip to content

Commit 6d7bb8f

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

data_structures/arrays/fruit_into_baskets.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,3 @@ def total_fruit(self, fruits: list[int]) -> int:
3636
if __name__ == "__main__":
3737
solver = FruitIntoBaskets()
3838
print("Maximum Fruits Collected:", solver.total_fruit([1, 2, 1, 2, 3]))
39-

0 commit comments

Comments
 (0)