We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5a71cd commit c97e210Copy full SHA for c97e210
nipype/interfaces/fsl/model.py
@@ -818,7 +818,7 @@ class FILMGLS(FSLCommand):
818
input_spec = FILMGLSInputSpec505
819
820
def __init__(self, **inputs):
821
- super(FILMGLS, self).__init__(**inputs)
+ super().__init__(**inputs)
822
if Info.version() and LooseVersion(Info.version()) > LooseVersion("5.0.6"):
823
if "output_type" not in inputs:
824
if isdefined(self.inputs.mode) and self.inputs.mode == "surface":
0 commit comments