Skip to content

Commit 50177cc

Browse files
Update nibabel/tests/test_image_load_save.py
Co-authored-by: Chris Markiewicz <[email protected]>
1 parent 0922369 commit 50177cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/tests/test_image_load_save.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def test_save_load():
131131
affine[:3, 3] = [3, 2, 1]
132132
img = ni1.Nifti1Image(data, affine)
133133
img.set_data_dtype(npt)
134-
with InTemporaryDirectory() as _:
134+
with InTemporaryDirectory():
135135
nifn = 'an_image.nii'
136136
sifn = 'another_image.img'
137137
ni1.save(img, nifn)

0 commit comments

Comments
 (0)