Skip to content

Commit 0e28037

Browse files
committed
sty: flake8
1 parent 6e0b9ae commit 0e28037

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
@@ -408,7 +408,10 @@ def init_syn_preprocessing_wf(
408408

409409
if t1w_inversion is not None:
410410
import warnings
411-
warnings.warn("The `t1w_inversion` argument is deprecated and does nothing.", DeprecationWarning)
411+
warnings.warn(
412+
"The `t1w_inversion` argument is deprecated and does nothing.",
413+
DeprecationWarning,
414+
)
412415

413416
workflow = Workflow(name=name)
414417

0 commit comments

Comments
 (0)