Skip to content

Commit

Permalink
update to match read_metadata signature
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Sep 4, 2024
1 parent 3e94158 commit e03104d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class ImageDataFile(File):

@extra_implementation(FileSet.read_metadata)
def mrtrix_read_metadata(
mif: BaseMrtrixImage, selected_keys: ty.Optional[ty.Sequence[str]] = None
mif: BaseMrtrixImage, selected_keys: ty.Optional[ty.Collection[str]] = None
) -> ty.Mapping[str, ty.Any]:
metadata = {}
with open(mif.fspath, "rb") as f:
Expand Down

0 comments on commit e03104d

Please sign in to comment.