Skip to content

Commit 478912e

Browse files
committed
Wrap numcodecs.compat import line
1 parent a5dfc3b commit 478912e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

zarr/storage.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@
3535
import uuid
3636
import time
3737

38-
from numcodecs.compat import ensure_bytes, ensure_contiguous_ndarray
38+
from numcodecs.compat import (
39+
ensure_bytes,
40+
ensure_contiguous_ndarray
41+
)
3942
from numcodecs.registry import codec_registry
4043

4144
from zarr.errors import (

0 commit comments

Comments
 (0)