Skip to content

Commit 03f4072

Browse files
committed
sty: fix line length
1 parent f5d2266 commit 03f4072

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sdcflows/transform.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,8 @@ def apply(
498498
pe_info.append(
499499
(
500500
pe_axis,
501-
# Displacements are reversed if either is true (after ensuring positive cosines)
501+
# Displacements are reversed if either is true
502+
# (after ensuring positive cosines)
502503
-ro_time[volid] if (axis_flip ^ pe_flip) else ro_time[volid],
503504
)
504505
)

0 commit comments

Comments
 (0)