Skip to content

Commit cadfef1

Browse files
committed
add missing import
1 parent cbf1a61 commit cadfef1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_group.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
import zarr.api.synchronous
1515
import zarr.storage
1616
from zarr import Array, AsyncArray, AsyncGroup, Group
17+
from zarr.core._info import GroupInfo
1718
from zarr.core.buffer import default_buffer_prototype
1819
from zarr.core.group import ConsolidatedMetadata, GroupMetadata
1920
from zarr.core.sync import sync

0 commit comments

Comments
 (0)