We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 051b990 commit e7e7ebbCopy full SHA for e7e7ebb
numcodecs/tests/common.py
@@ -10,7 +10,7 @@
10
11
12
from numcodecs.compat import buffer_tobytes, ndarray_from_buffer
13
-from numcodecs import *
+from numcodecs import * # flake8: noqa
14
15
16
def check_encode_decode(arr, codec, precision=None):
numcodecs/tests/test_lzma.py
@@ -10,7 +10,6 @@
import lzma as _lzma
import itertools
import numpy as np
- from nose.tools import eq_ as eq
from numcodecs.lzma import LZMA
from numcodecs.tests.common import check_encode_decode, check_config, \
check_repr
0 commit comments