Skip to content

Commit 61f09de

Browse files
committed
fix (unrelated) flake8 error to make travis happy
1 parent 6cbb94c commit 61f09de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zarr/tests/test_codecs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ def _test_decode_lossy(self, arr, decimal, **kwargs):
149149
order=order)
150150
assert_array_almost_equal(arr, out, decimal=decimal)
151151

152+
152153
test_arrays = [
153154
np.arange(1000, dtype='i4'),
154155
np.linspace(1000, 1001, 1000, dtype='f8'),

0 commit comments

Comments
 (0)