Skip to content

Commit

Permalink
Use VLenUTF8Codec from zarr-developers/zarr-python#2036
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwhite committed Jul 18, 2024
1 parent 18704d4 commit 849b141
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 70 deletions.
3 changes: 1 addition & 2 deletions bio2zarr/vcf2zarr/vcz.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@
import numcodecs
import numpy as np
import zarr
from zarr.codecs import BloscCodec, BytesCodec
from zarr.codecs import BloscCodec, BytesCodec, VLenUTF8Codec

from .. import constants, core, provenance
from ..zarr_v3_utils import VLenUTF8Codec
from . import icf

logger = logging.getLogger(__name__)
Expand Down
68 changes: 0 additions & 68 deletions bio2zarr/zarr_v3_utils.py

This file was deleted.

0 comments on commit 849b141

Please sign in to comment.