Skip to content

Commit 849b141

Browse files
committed
Use VLenUTF8Codec from zarr-developers/zarr-python#2036
1 parent 18704d4 commit 849b141

File tree

2 files changed

+1
-70
lines changed

2 files changed

+1
-70
lines changed

bio2zarr/vcf2zarr/vcz.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@
1212
import numcodecs
1313
import numpy as np
1414
import zarr
15-
from zarr.codecs import BloscCodec, BytesCodec
15+
from zarr.codecs import BloscCodec, BytesCodec, VLenUTF8Codec
1616

1717
from .. import constants, core, provenance
18-
from ..zarr_v3_utils import VLenUTF8Codec
1918
from . import icf
2019

2120
logger = logging.getLogger(__name__)

bio2zarr/zarr_v3_utils.py

Lines changed: 0 additions & 68 deletions
This file was deleted.

0 commit comments

Comments
 (0)