Skip to content

Commit 1aee771

Browse files
committed
remove unused dependency
1 parent a8fa089 commit 1aee771

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nipype/interfaces/afni/utils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818

1919
from ...utils.filemanip import (load_json, save_json, split_filename)
2020
from ..base import (CommandLineInputSpec, CommandLine, Directory, TraitedSpec,
21-
traits, isdefined, File, InputMultiObject, InputMultiPath,
22-
Undefined, Str)
21+
traits, isdefined, File, InputMultiPath, Undefined, Str)
2322
from ...external.due import BibTeX
2423
from .base import (AFNICommandBase, AFNICommand, AFNICommandInputSpec,
2524
AFNICommandOutputSpec, AFNIPythonCommandInputSpec,

0 commit comments

Comments
 (0)