diff --git a/blosc/test.py b/blosc/test.py index ed8d905..e343ab7 100644 --- a/blosc/test.py +++ b/blosc/test.py @@ -344,7 +344,6 @@ def test_cbuffer_validate_failures(self): def test_bithuffle_leftovers(self): # Test for https://github.com/Blosc/c-blosc2/pull/100 - import numpy as np buffer = b" " * 641091 # a buffer that is not divisible by 8 cbuffer = blosc.compress(buffer, typesize=8, shuffle=blosc.BITSHUFFLE, clevel=1) dbuffer = blosc.decompress(cbuffer)