We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5375f36 commit bd086f9Copy full SHA for bd086f9
nipype/interfaces/fsl/base.py
@@ -26,7 +26,6 @@
26
27
"""
28
from __future__ import print_function, division, unicode_literals, absolute_import
29
-from builtins import open, object
30
31
from glob import glob
32
import os
@@ -68,7 +67,6 @@ class Info(PackageInfo):
68
67
def parse_version(raw_info):
69
return raw_info.splitlines()[0]
70
71
-
72
@classmethod
73
def output_type_to_ext(cls, output_type):
74
"""Get the file extension for the given output type.
0 commit comments