Skip to content
This repository has been archived by the owner on Feb 11, 2025. It is now read-only.

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 26, 2025
1 parent 6e40528 commit b69b86a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions ocf_blosc2/ocf_blosc2_v3.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Zarr V3 adaption of Blosc2 codec for numcodecs."""

from numcodecs.zarr3 import _make_bytes_bytes_codec

Blosc2 = _make_bytes_bytes_codec("blosc2", "Blosc2")
3 changes: 1 addition & 2 deletions tests/test_zarr3.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@
else:
zarr = pytest.importorskip("zarr")

import zarr.storage

import numcodecs.zarr3
import zarr.storage

from ocf_blosc2.ocf_blosc2_v3 import Blosc2

Expand Down

0 comments on commit b69b86a

Please sign in to comment.