Skip to content

Commit 98d637f

Browse files
committed
Missing import
1 parent bb6df5e commit 98d637f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

bio2zarr/zarr_utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import logging
22
import os
33

4+
import zarr
5+
46
logger = logging.getLogger(__name__)
57

68
# Use zarr format v2 by default even when running with zarr-python v3

0 commit comments

Comments
 (0)