10000 Multiple imports for an import name (#2504) · zarr-developers/zarr-python@2961246 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2961246

Browse files
Multiple imports for an import name (#2504)
1 parent 7be0ac9 commit 2961246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_indexing.py

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

1313
import zarr
1414
from zarr import Array
15-
from zarr.core.buffer import BufferPrototype, default_buffer_prototype
15+
from zarr.core.buffer import default_buffer_prototype
1616
from zarr.core.indexing import (
1717
BasicSelection,
1818
CoordinateSelection,

0 commit comments

Comments
 (0)
0