Skip to content

Commit

Permalink
Apply ruff/Pyflakes rule F401
Browse files Browse the repository at this point in the history
F401 imported but unused
  • Loading branch information
DimitriPapadopoulos committed Aug 24, 2024
1 parent f5fbd63 commit b596ece
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion blosc/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b596ece

Please sign in to comment.