Remove incorrect comment from JPEG2000 test

This commit is contained in:
Salad Dais
2021-06-13 10:23:18 +00:00
parent 2209ebdd0c
commit fd2a4d8dce

View File

@@ -13,7 +13,6 @@ BASE_PATH = os.path.dirname(os.path.abspath(__file__))
class TestJP2Utils(unittest.TestCase): class TestJP2Utils(unittest.TestCase):
@classmethod @classmethod
def setUpClass(cls) -> None: def setUpClass(cls) -> None:
# Use a rigged cube SLM from the upload process as a test file
with open(os.path.join(BASE_PATH, "test_resources", "plywood.j2c"), "rb") as f: with open(os.path.join(BASE_PATH, "test_resources", "plywood.j2c"), "rb") as f:
cls.j2c_bytes = f.read() cls.j2c_bytes = f.read()