Skip to content

Commit 835a53e

Browse files
authored
DOC: rm np import (#4949)
* DOC: add xr import * DOC: remove imports
1 parent eda5f1d commit 835a53e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

xarray/core/common.py

-1
Original file line numberDiff line numberDiff line change
@@ -1188,7 +1188,6 @@ def where(self, cond, other=dtypes.NA, drop: bool = False):
11881188
11891189
Examples
11901190
--------
1191-
>>> import numpy as np
11921191
>>> a = xr.DataArray(np.arange(25).reshape(5, 5), dims=("x", "y"))
11931192
>>> a
11941193
<xarray.DataArray (x: 5, y: 5)>

0 commit comments

Comments
 (0)