From 3d85c8defac93f06040ecc0bada457af98e8452e Mon Sep 17 00:00:00 2001 From: Nikolai Mork <nikolmo@stud.ntnu.no> Date: Fri, 20 Mar 2020 08:03:36 +0100 Subject: [PATCH] Apply suggestion to test/test_compressor.py --- test/test_compressor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test_compressor.py b/test/test_compressor.py index 1072fb8..47c7f68 100644 --- a/test/test_compressor.py +++ b/test/test_compressor.py @@ -12,7 +12,6 @@ class CompressorTest(unittest.TestCase): """Load a json to use as testdata.""" with open("soitool/testdata/codebook.json", "r") as file: self.soi = json.load(file) - file.close() def test_compress(self): """Test compression returns ascii and reduces size.""" -- GitLab