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 Nov 14, 2024
1 parent 65d7a87 commit ebb7b6e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions virtualizarr/tests/test_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
from virtualizarr.manifests import ManifestArray
from virtualizarr.tests import (
has_astropy,
has_tifffile,
network,
requires_kerchunk,
requires_s3fs,
Expand Down Expand Up @@ -233,9 +232,7 @@ class TestReadFromURL:
pytest.param(
"tiff",
"https://github.com/fsspec/kerchunk/raw/main/kerchunk/tests/lcmap_tiny_cog_2020.tif",
marks=pytest.mark.xfail(
reason="not yet implemented"
),
marks=pytest.mark.xfail(reason="not yet implemented"),
),
pytest.param(
"fits",
Expand Down

0 comments on commit ebb7b6e

Please sign in to comment.