Skip to content

Commit

Permalink
Update kerchunk/hdf.py
Browse files Browse the repository at this point in the history
Co-authored-by: Valeriu Predoi <valeriu.predoi@gmail.com>
  • Loading branch information
martindurant and valeriupredoi authored Feb 27, 2024
1 parent ecc5f49 commit a33afb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kerchunk/hdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class SingleHdf5ToZarr:

def __init__(
self,
h5f: "BinaryIO | str | h5py.File",
h5f: "BinaryIO | str | h5py.File | h5py.Group",
url: str = None,
spec=1,
inline_threshold=500,
Expand Down

0 comments on commit a33afb2

Please sign in to comment.