Skip to content

Commit e9de921

Browse files
committed
sty: flake8
1 parent b513e98 commit e9de921

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

sdcflows/workflows/fit/syn.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,10 @@ def init_syn_preprocessing_wf(
425425

426426
if t1w_inversion is not None:
427427
import warnings
428-
warnings.warn("The `t1w_inversion` argument is deprecated and does nothing.", DeprecationWarning)
428+
warnings.warn(
429+
"The `t1w_inversion` argument is deprecated and does nothing.",
430+
DeprecationWarning,
431+
)
429432

430433
workflow = Workflow(name=name)
431434

0 commit comments

Comments
 (0)