Skip to content

Commit 38ff104

Browse files
committed
Implemented groupby tests as described by feedback
1 parent 1636b74 commit 38ff104

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

xarray/tests/test_groupby.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
from __future__ import annotations
2-
from typing_extensions import assert_type
32

43
import warnings
54

@@ -10,7 +9,7 @@
109

1110
import xarray as xr
1211
from xarray import DataArray, Dataset, Variable
13-
from xarray.core.groupby import _consolidate_slices, DataArrayGroupBy
12+
from xarray.core.groupby import _consolidate_slices
1413
from xarray.tests import (
1514
assert_allclose,
1615
assert_array_equal,

0 commit comments

Comments
 (0)