diff --git a/tests/test_path_list.py b/tests/test_path_list.py index 530ed422..0161d99b 100644 --- a/tests/test_path_list.py +++ b/tests/test_path_list.py @@ -4,9 +4,7 @@ import sys sys.path.append(os.getcwd()) from tests import utils_for_test as test_utils sys.path.pop() -print(sys.path) -# TODO: Cleanup sys.path so it doesn't keep appending class MyTests(unittest.TestCase):