Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion xarray/backends/h5netcdf_.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def ds(self):
return self._acquire()

def open_store_variable(self, name, var):
import h5netcdf
import h5netcdf.core
import h5py

dimensions = var.dimensions
Expand Down
Loading