Skip to content

Commit eb43043

Browse files
author
dPys
committed
Address Sider complaint
1 parent d872094 commit eb43043

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dmriprep/utils/images.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import os
21
import numpy as np
32
import nibabel as nb
43
from nipype.utils.filemanip import fname_presuffix
@@ -316,4 +315,3 @@ def save_3d_to_4d(in_files):
316315
out_file = fname_presuffix(in_files[0], suffix="_merged")
317316
img_4d.to_filename(out_file)
318317
return out_file
319-

0 commit comments

Comments
 (0)