Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian committed Nov 14, 2024
1 parent 8e73d52 commit c66ad96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/tests/test_groupby.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
)
from xarray.namedarray.pycompat import is_chunked_array
from xarray.tests import (
_ALL_CALENDARS,
InaccessibleArray,
assert_allclose,
assert_equal,
Expand All @@ -45,7 +46,6 @@
requires_pandas_ge_2_2,
requires_scipy,
)
from xarray.tests.test_coding_times import _ALL_CALENDARS


@pytest.fixture
Expand Down

0 comments on commit c66ad96

Please sign in to comment.