Skip to content

Commit 0f2da16

Browse files
effigiesZviBaratz
andauthored
Update nibabel/fileholders.py
Co-authored-by: Zvi Baratz <[email protected]>
1 parent 1fd1a44 commit 0f2da16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/fileholders.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def file_like(self) -> str | io.IOBase | None:
100100
return self.fileobj if self.fileobj is not None else self.filename
101101

102102

103-
FileMap = ty.Mapping[str, FileHolder]
103+
FileMap = dict[str, FileHolder]
104104

105105

106106
def copy_file_map(file_map: FileMap) -> FileMap:

0 commit comments

Comments
 (0)