Skip to content

Commit dcd6b0c

Browse files
Import h5netcdf.core to use EnumType (#10779)
* Import EnumType from h5netcdf.core directly * Support older h5netcdf --------- Co-authored-by: Kai Mühlbauer <[email protected]> Co-authored-by: Kai Mühlbauer <[email protected]>
1 parent 339e609 commit dcd6b0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray/backends/h5netcdf_.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ def ds(self):
260260
return self._acquire()
261261

262262
def open_store_variable(self, name, var):
263-
import h5netcdf
263+
import h5netcdf.core
264264
import h5py
265265

266266
dimensions = var.dimensions

0 commit comments

Comments
 (0)