Skip to content

Commit 0ab4eb6

Browse files
committed
Fix typing
1 parent a064430 commit 0ab4eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray/core/groupby.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ class GroupBy(Generic[T_Xarray]):
712712
)
713713
_obj: T_Xarray
714714
groupers: tuple[ResolvedGrouper]
715-
_squeeze: bool
715+
_squeeze: bool | None
716716
_restore_coord_dims: bool
717717

718718
_original_obj: T_Xarray

0 commit comments

Comments
 (0)