From f4bb5247fb6dd93a0af3fdbeb92d210dcad56a09 Mon Sep 17 00:00:00 2001 From: Joel Jaeschke Date: Sun, 29 Jan 2023 21:16:25 +0100 Subject: [PATCH] Implemented groupby tests as described by feedback --- 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 d662d188460..90760236062 100644 --- a/xarray/tests/test_groupby.py +++ b/xarray/tests/test_groupby.py @@ -10,7 +10,7 @@ import xarray as xr from xarray import DataArray, Dataset, Variable -from xarray.core.groupby import _consolidate_slices, DataArrayGroupBy +from xarray.core.groupby import _consolidate_slices from xarray.tests import ( assert_allclose, assert_array_equal,