Skip to content

Commit c3f6e66

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knapsack/knapsack_dp.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ def knapsack_dp(capacity: int, weights: list[int], values: list[int]) -> int:
5454
if __name__ == "__main__":
5555
import doctest
5656

57-
doctest.testmod()
57+
doctest.testmod()

0 commit comments

Comments
 (0)