mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-19 10:51:34 +08:00
Fix another linting problem.
This commit is contained in:
committed by
Dannon Baker
parent
33112cfbf2
commit
a3dc514d5b
@@ -1151,7 +1151,15 @@ class H5(Binary):
|
||||
return f"Binary HDF5 file ({nice_size(dataset.get_size())})"
|
||||
|
||||
def get_structured_content(
|
||||
self, dataset, content_type=None, path="/", dtype="origin", format="json", flatten=False, selection=None, **kwargs
|
||||
self,
|
||||
dataset,
|
||||
content_type=None,
|
||||
path="/",
|
||||
dtype="origin",
|
||||
format="json",
|
||||
flatten=False,
|
||||
selection=None,
|
||||
**kwargs,
|
||||
):
|
||||
"""
|
||||
Implements h5grove protocol (https://silx-kit.github.io/h5grove/).
|
||||
|
||||
Reference in New Issue
Block a user