Skip to content

Commit

Permalink
Update groupby.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Illviljan committed Sep 20, 2023
1 parent 32ec4ea commit 76bb881
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 @@ -699,7 +699,7 @@ class GroupBy(Generic[T_Xarray]):

_groups: dict[GroupKey, GroupIndex] | None
_dims: tuple[Hashable, ...] | Frozen[Hashable, int] | None
_sizes: Frozen[Hashable, int] | None
_sizes: Mapping[Hashable, int] | None

def __init__(
self,
Expand Down

0 comments on commit 76bb881

Please sign in to comment.