Skip to content

Commit f106760

Browse files
committed
FIX: remove def _format_art for GTMPVC
1 parent 571f5c7 commit f106760

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

nipype/interfaces/freesurfer/petsurfer.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -513,9 +513,6 @@ def _list_outputs(self):
513513

514514
return outputs
515515

516-
def _format_arg(self, name, spec, value):
517-
return super(GTMPVC, self)._format_arg(name, spec, value)
518-
519516

520517
class MRTMInputSpec(GLMFitInputSpec):
521518
mrtm1 = traits.Tuple(

0 commit comments

Comments
 (0)