Skip to content

Commit c66ad96

Browse files
committed
fix test
1 parent 8e73d52 commit c66ad96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray/tests/test_groupby.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
)
2929
from xarray.namedarray.pycompat import is_chunked_array
3030
from xarray.tests import (
31+
_ALL_CALENDARS,
3132
InaccessibleArray,
3233
assert_allclose,
3334
assert_equal,
@@ -45,7 +46,6 @@
4546
requires_pandas_ge_2_2,
4647
requires_scipy,
4748
)
48-
from xarray.tests.test_coding_times import _ALL_CALENDARS
4949

5050

5151
@pytest.fixture

0 commit comments

Comments
 (0)