Skip to content

Commit

Permalink
DOC: rm np import (#4949)
Browse files Browse the repository at this point in the history
* DOC: add xr import

* DOC: remove imports
  • Loading branch information
raybellwaves authored Feb 25, 2021
1 parent eda5f1d commit 835a53e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xarray/core/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -1188,7 +1188,6 @@ def where(self, cond, other=dtypes.NA, drop: bool = False):
Examples
--------
>>> import numpy as np
>>> a = xr.DataArray(np.arange(25).reshape(5, 5), dims=("x", "y"))
>>> a
<xarray.DataArray (x: 5, y: 5)>
Expand Down

0 comments on commit 835a53e

Please sign in to comment.