From 835a53e62b1e5018faa323c649149e8294dd6af7 Mon Sep 17 00:00:00 2001 From: Ray Bell Date: Thu, 25 Feb 2021 03:46:41 -0500 Subject: [PATCH] DOC: rm np import (#4949) * DOC: add xr import * DOC: remove imports --- xarray/core/common.py | 1 - 1 file changed, 1 deletion(-) diff --git a/xarray/core/common.py b/xarray/core/common.py index db91ec85317..321bd632811 100644 --- a/xarray/core/common.py +++ b/xarray/core/common.py @@ -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