Skip to content

Commit 6fb8fd5

Browse files
committed
sty: Fix style complaint
1 parent 600d686 commit 6fb8fd5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sdcflows/interfaces/epi.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@
3737
class _GetReadoutTimeInputSpec(BaseInterfaceInputSpec):
3838
in_file = File(exists=True, desc="EPI image corresponding to the metadata")
3939
metadata = traits.Dict(mandatory=True, desc="metadata corresponding to the inputs")
40-
use_estimate = traits.Bool(False, usedefault=True, desc='Use "Estimated*" fields to calculate TotalReadoutTime')
40+
use_estimate = traits.Bool(
41+
False, usedefault=True, desc='Use "Estimated*" fields to calculate TotalReadoutTime'
42+
)
4143
fallback = traits.Float(desc="A fallback value, in seconds.")
4244

4345

0 commit comments

Comments
 (0)