Skip to content

Commit 63d563a

Browse files
author
bpinsard
committed
remove import run_command
1 parent c40c13e commit 63d563a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nipype/interfaces/freesurfer/preprocess.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
from nipype.interfaces.base import (TraitedSpec, File, traits,
2626
Directory, InputMultiPath,
2727
OutputMultiPath, CommandLine,
28-
CommandLineInputSpec, isdefined,
29-
run_command)
28+
CommandLineInputSpec, isdefined)
3029

3130

3231
from ... import logging

0 commit comments

Comments
 (0)