Skip to content

Commit b86e278

Browse files
oestebanchrisgorgo
authored andcommitted
Update fmriprep/utils/misc.py
1 parent c0db97f commit b86e278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fmriprep/utils/misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def remove_rotation_and_shear(img):
1818

1919
def split_and_rm_rotshear_func(in_file):
2020
import os
21-
from nilearn.image import iter_img
21+
import nibabel as nb
2222
from fmriprep.utils.misc import remove_rotation_and_shear
2323
out_files = []
2424
for i, img in enumerate(iter_img(in_file)):

0 commit comments

Comments
 (0)