From c66ad969d9696be8470d8d27ad5357ff417332fc Mon Sep 17 00:00:00 2001 From: Deepak Cherian Date: Thu, 14 Nov 2024 12:31:37 -0700 Subject: [PATCH] fix test --- xarray/tests/test_groupby.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xarray/tests/test_groupby.py b/xarray/tests/test_groupby.py index 6f0e0503851..a8fb905100a 100644 --- a/xarray/tests/test_groupby.py +++ b/xarray/tests/test_groupby.py @@ -28,6 +28,7 @@ ) from xarray.namedarray.pycompat import is_chunked_array from xarray.tests import ( + _ALL_CALENDARS, InaccessibleArray, assert_allclose, assert_equal, @@ -45,7 +46,6 @@ requires_pandas_ge_2_2, requires_scipy, ) -from xarray.tests.test_coding_times import _ALL_CALENDARS @pytest.fixture