We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1636b74 commit 38ff104Copy full SHA for 38ff104
xarray/tests/test_groupby.py
@@ -1,5 +1,4 @@
1
from __future__ import annotations
2
-from typing_extensions import assert_type
3
4
import warnings
5
@@ -10,7 +9,7 @@
10
9
11
import xarray as xr
12
from xarray import DataArray, Dataset, Variable
13
-from xarray.core.groupby import _consolidate_slices, DataArrayGroupBy
+from xarray.core.groupby import _consolidate_slices
14
from xarray.tests import (
15
assert_allclose,
16
assert_array_equal,
0 commit comments