Skip to content

Commit

Permalink
Add missing xarray.core.missing import (#9714)
Browse files Browse the repository at this point in the history
  • Loading branch information
shoyer authored Nov 4, 2024
1 parent 577221d commit af7c6d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xarray/tests/test_dataarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
from numpy import RankWarning # type: ignore[no-redef,attr-defined,unused-ignore]

import xarray as xr
import xarray.core.missing
from xarray import (
DataArray,
Dataset,
Expand Down

0 comments on commit af7c6d4

Please sign in to comment.