Skip to content

Commit c79e215

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

greedy_methods/rearranging_fruits.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,6 @@ def min_cost(basket1: list[int], basket2: list[int]) -> int:
5656

5757
if __name__ == "__main__":
5858
import doctest
59+
5960
doctest.testmod()
6061
print("All doctests passed.")

0 commit comments

Comments
 (0)