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 fdb513a commit 39f37f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_zarr3.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Test the Zarr version 3 codec with the Blosc2 codec."""

from __future__ import annotations

from typing import TYPE_CHECKING
Expand All @@ -19,7 +20,7 @@
pytestmark = [
pytest.mark.filterwarnings("ignore:Codec 'numcodecs.*' not configured in config.*:UserWarning"),
pytest.mark.filterwarnings(
"ignore:Numcodecs codecs are not in the Zarr version 3 specification and may not be supported by other zarr implementations." # noqa
"ignore:Numcodecs codecs are not in the Zarr version 3 specification and may not be supported by other zarr implementations." # noqa
),
]

Expand Down

0 comments on commit 39f37f7

Please sign in to comment.