diff --git a/sdcflows/interfaces/epi.py b/sdcflows/interfaces/epi.py index fdf9dff2db..b1931a9327 100644 --- a/sdcflows/interfaces/epi.py +++ b/sdcflows/interfaces/epi.py @@ -37,7 +37,9 @@ class _GetReadoutTimeInputSpec(BaseInterfaceInputSpec): in_file = File(exists=True, desc="EPI image corresponding to the metadata") metadata = traits.Dict(mandatory=True, desc="metadata corresponding to the inputs") - use_estimate = traits.Bool(False, usedefault=True, desc='Use "Estimated*" fields to calculate TotalReadoutTime') + use_estimate = traits.Bool( + False, usedefault=True, desc='Use "Estimated*" fields to calculate TotalReadoutTime' + ) fallback = traits.Float(desc="A fallback value, in seconds.")