Skip to content

Commit ab9f1ac

Browse files
committed
dev
1 parent 141a9fb commit ab9f1ac

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

cf/data/array/zarrarray.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
import cfdm
2+
3+
from ...mixin_container import Container
4+
#from .mixin import ActiveStorageMixin
5+
6+
7+
class ZarrArray(
8+
# ActiveStorageMixin,
9+
Container,
10+
cfdm.ZarrArray,
11+
):
12+
"""A Zarr array accessed with `zarr`."""

0 commit comments

Comments
 (0)