Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 11, 2024
1 parent f8958f6 commit f926b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hdmf/backends/hdf5/h5tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -1608,7 +1608,7 @@ def set_dataio(cls, **kwargs):
@staticmethod
def generate_dataset_html(dataset):
"""Generates an html representation for a dataset for the HDF5IO class"""

array_info_dict = get_basic_array_info(dataset)
if isinstance(dataset, h5py.Dataset):
dataset_type = "HDF5 dataset"
Expand Down

0 comments on commit f926b84

Please sign in to comment.