Skip to content

Commit 9371efd

Browse files
committed
sty: run ruff
1 parent 53563e7 commit 9371efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdcflows/workflows/fit/syn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ def init_syn_sdc_wf(
235235
)
236236
syn.inputs.output_warped_image = debug
237237
syn.inputs.output_inverse_warped_image = debug
238-
238+
239239
if laplacian_weight is not None:
240240
laplacian_weight = (
241241
max(min(laplacian_weight[0], MAX_LAPLACIAN_WEIGHT), 0.0),

0 commit comments

Comments
 (0)