Skip to content

Commit 0d3bbfb

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: greedy_methods/fractional_cover_problem.py

-1
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,3 @@ def fractional_cover(items: list[Item], capacity: int) -> float:
104104
print("All tests passed")
105105
else:
106106
print(f"{result} test(s) failed")
107-

0 commit comments

Comments
 (0)