Skip to content

Commit 9d566f9

Browse files
committed
remove redundant imports
1 parent 9d4dad6 commit 9d566f9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

nipype/interfaces/dcm2nii.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ def _run_interface(self, runtime):
7979
return new_runtime
8080

8181
def _parse_stdout(self, stdout):
82-
import re
83-
import os
8482
files = []
8583
reoriented_files = []
8684
reoriented_and_cropped_files = []

0 commit comments

Comments
 (0)