Skip to content

Commit af7c6d4

Browse files
authored
Add missing xarray.core.missing import (#9714)
1 parent 577221d commit af7c6d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xarray/tests/test_dataarray.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
from numpy import RankWarning # type: ignore[no-redef,attr-defined,unused-ignore]
2121

2222
import xarray as xr
23+
import xarray.core.missing
2324
from xarray import (
2425
DataArray,
2526
Dataset,

0 commit comments

Comments
 (0)