Skip to content

Commit e7e7ebb

Browse files
committed
flake8
1 parent 051b990 commit e7e7ebb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

numcodecs/tests/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212
from numcodecs.compat import buffer_tobytes, ndarray_from_buffer
13-
from numcodecs import *
13+
from numcodecs import * # flake8: noqa
1414

1515

1616
def check_encode_decode(arr, codec, precision=None):

numcodecs/tests/test_lzma.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
import lzma as _lzma
1111
import itertools
1212
import numpy as np
13-
from nose.tools import eq_ as eq
1413
from numcodecs.lzma import LZMA
1514
from numcodecs.tests.common import check_encode_decode, check_config, \
1615
check_repr

0 commit comments

Comments
 (0)