Skip to content

Commit 99c102d

Browse files
authored
Add T_DataArray type import in groupby.py
1 parent ac53970 commit 99c102d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xarray/core/groupby.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
from xarray.core.types import (
3939
Dims,
4040
QuantileMethods,
41+
T_DataArray,
4142
T_DataWithCoords,
4243
T_Xarray,
4344
)

0 commit comments

Comments
 (0)