Skip to content

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 Dec 11, 2024
1 parent 05d4050 commit f40ba28
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions virtualizarr/tests/test_readers/test_zarr.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ def _validate_v2(attrs: list[str]):
assert vds_attr == zarr_metadata_attr

def _validate_v3(attrs: list[str]):

# check v2, v3 shared attrs
for array in arrays:
for attr in attrs:
Expand Down Expand Up @@ -117,4 +116,4 @@ def _validate_v3(attrs: list[str]):
_validate_v3(shared_v2_v3_attrs)

else:
raise NotImplementedError(f'Zarr format {zarr_format} not in [2,3]')
raise NotImplementedError(f"Zarr format {zarr_format} not in [2,3]")

0 comments on commit f40ba28

Please sign in to comment.