Skip to content

Commit 6a359c5

Browse files
committed
FIX: Missing import in ants.registration
1 parent 3d930e8 commit 6a359c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nipype/interfaces/ants/registration.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
from builtins import range, str
1212
import os
1313

14+
from ...utils.filemanip import filename_to_list
1415
from ..base import TraitedSpec, File, Str, traits, InputMultiPath, isdefined
1516
from .base import ANTSCommand, ANTSCommandInputSpec
1617

0 commit comments

Comments
 (0)