Skip to content

Commit 54bea40

Browse files
committed
fix import
1 parent 51fbbf6 commit 54bea40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xarray/core/nanops.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
from . import dask_array_compat
1010
except ImportError:
1111
dask_array = None
12+
dask_array_compat = None # type: ignore
1213

1314

1415
def _replace_nan(a, val):

0 commit comments

Comments
 (0)