diff --git a/xarray/namedarray/core.py b/xarray/namedarray/core.py index 3f01a82da82..634267be4df 100644 --- a/xarray/namedarray/core.py +++ b/xarray/namedarray/core.py @@ -738,6 +738,7 @@ def __rrshift__(self, other, /): from xarray.namedarray._array_api import bitwise_right_shift return bitwise_right_shift(other, self) + # Something def __getitem__(self, key: _IndexKeyLike | NamedArray):