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 Sep 20, 2024
1 parent 8b8c8a8 commit 022e6cc
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions xarray/tests/test_interp.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,16 @@
import xarray as xr
from xarray.coding.cftimeindex import _parse_array_of_cftime_strings
from xarray.core.types import InterpOptions
from xarray.tests import (assert_allclose, assert_equal, assert_identical,
has_dask, has_scipy, requires_cftime, requires_dask,
requires_scipy)
from xarray.tests import (
assert_allclose,
assert_equal,
assert_identical,
has_dask,
has_scipy,
requires_cftime,
requires_dask,
requires_scipy,
)
from xarray.tests.test_dataset import create_test_data

try:
Expand Down

0 comments on commit 022e6cc

Please sign in to comment.