Skip to content

Commit

Permalink
Adapt get_data_dims
Browse files Browse the repository at this point in the history
  • Loading branch information
domna committed Jul 17, 2024
1 parent 5c8178b commit bfe609d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pynxtools/dataconverter/readers/multi/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ def get_eln_data(self, path: str) -> Any:
"""
return {}

def get_data_dims(self, path: str) -> List[str]:
def get_data_dims(self) -> List[str]:
"""
Returns the dimensions of the data from the given path.
"""
Expand Down

0 comments on commit bfe609d

Please sign in to comment.