Skip to content

Commit

Permalink
Fix ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
oruebel committed Jan 1, 2024
1 parent 5d74be7 commit ea2c991
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hdmf_zarr/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,7 @@ def hdf5_to_zarr_filters(h5dataset) -> list:
else:
warn(f"{h5dataset.name} HDF5 filter id {filter_id} with properties {properties} ignored in Zarr.")
return filters

@staticmethod
def is_h5py_dataset(obj):
"""Check if the object is an instance of h5py.Dataset without requiring import of h5py"""
Expand Down

0 comments on commit ea2c991

Please sign in to comment.