Skip to content

Commit

Permalink
sty: Fix style complaint
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Jan 21, 2025
1 parent 600d686 commit 6fb8fd5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sdcflows/interfaces/epi.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.")


Expand Down

0 comments on commit 6fb8fd5

Please sign in to comment.