Skip to content
forked from pydata/xarray

Commit

Permalink
Fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian committed Dec 22, 2023
1 parent a064430 commit 0ab4eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/core/groupby.py
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ class GroupBy(Generic[T_Xarray]):
)
_obj: T_Xarray
groupers: tuple[ResolvedGrouper]
_squeeze: bool
_squeeze: bool | None
_restore_coord_dims: bool

_original_obj: T_Xarray
Expand Down

0 comments on commit 0ab4eb6

Please sign in to comment.