Skip to content

Commit 075f984

Browse files
committed
fix flake8
1 parent 3e9d689 commit 075f984

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

numcodecs/tests/test_blosc.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88

99
from numcodecs import blosc
1010
from numcodecs.blosc import Blosc
11-
from numcodecs.tests.common import check_encode_decode, check_config, \
12-
check_repr
11+
from numcodecs.tests.common import check_encode_decode, check_config
1312

1413

1514
codecs = [

0 commit comments

Comments
 (0)