Skip to content

Commit 3f4dde2

Browse files
committed
Fix typing
1 parent 58e247e commit 3f4dde2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray/core/groupby.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ def __init__(
479479
"dimension"
480480
)
481481

482-
self._codes: DataArray = None
482+
self._codes: DataArray
483483
if grouper is not None:
484484
unique_coord, group_indices, codes, full_index = _factorize_grouper(
485485
group, grouper

0 commit comments

Comments
 (0)