Skip to content

Commit

Permalink
Cleaned up knapsack and images directory (TheAlgorithms#3972)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvmanila authored Nov 27, 2020
1 parent ac6a160 commit c5fb0a9
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1 deletion.
Binary file removed images/Travis_CI_fail_1.png
Binary file not shown.
Binary file removed images/Travis_CI_fail_2.png
Binary file not shown.
Empty file removed images/__init__.py
Empty file.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import unittest

from . import greedy_knapsack as kp
from knapsack import greedy_knapsack as kp


class TestClass(unittest.TestCase):
Expand Down
File renamed without changes.

0 comments on commit c5fb0a9

Please sign in to comment.