Skip to content

Commit 184b146

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

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
@@ -106,4 +106,3 @@ def fractional_cover(items: list[Item], capacity: int) -> float:
106106
print("All tests passed")
107107
else:
108108
print(f"{result} test(s) failed")
109-

0 commit comments

Comments
 (0)