Skip to content

Commit 7ba3fcf

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

greedy_methods/rearranging_fruits.py

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

5858
if __name__ == "__main__":
5959
import doctest
60+
6061
doctest.testmod()
6162
print("All doctests passed.")

0 commit comments

Comments
 (0)