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 Mar 27, 2024
1 parent e1957dc commit 8f3a883
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion virtualizarr/tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import pytest
import xarray as xr
import xarray as xr

@pytest.fixture
def netcdf4_file(tmpdir):
1 change: 0 additions & 1 deletion virtualizarr/tests/test_xarray.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from typing import Mapping

import numpy as np
import pytest
import xarray as xr
from xarray.core.indexes import Index

0 comments on commit 8f3a883

Please sign in to comment.