Skip to content

Commit

Permalink
Fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian committed Mar 9, 2023
1 parent 58e247e commit 3f4dde2
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 @@ -479,7 +479,7 @@ def __init__(
"dimension"
)

self._codes: DataArray = None
self._codes: DataArray
if grouper is not None:
unique_coord, group_indices, codes, full_index = _factorize_grouper(
group, grouper
Expand Down

0 comments on commit 3f4dde2

Please sign in to comment.