Skip to content

Commit dbdf0f1

Browse files
authored
Update test_image.py
1 parent f4b6581 commit dbdf0f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

intake_xarray/tests/test_image.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,4 +193,5 @@ def test_read_images_and_persist():
193193
import tempfile
194194
exported = tempfile.mkdtemp()
195195
source.export(exported)
196+
import xarray as xr
196197
assert xr.open_dataset(exported, engine="zarr")

0 commit comments

Comments
 (0)