Skip to content

Commit 66ae695

Browse files
committed
removed doubled declaration
1 parent e20d221 commit 66ae695

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

nipype/interfaces/fsl/base.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,9 +243,6 @@ def _gen_fname(self, basename, cwd=None, suffix=None, change_ext=True,
243243
def _overload_extension(self, value):
244244
return value + Info.output_type_to_ext(self.inputs.output_type)
245245

246-
@property
247-
def version(self):
248-
return Info.version()
249246

250247

251248
def check_fsl():

0 commit comments

Comments
 (0)