Skip to content

Commit 74aba02

Browse files
committed
chore: remove extra whitespace
1 parent 9d9451d commit 74aba02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pandas/_libs/window/aggregations.pyx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -628,9 +628,9 @@ def roll_skew(ndarray[float64_t] values, ndarray[int64_t] start,
628628
# Over the first window, observations can only be added
629629
# never removed
630630
requires_recompute = (
631-
i == 0
632-
or not is_monotonic_increasing_bounds
633-
or s >= end[i - 1]
631+
i == 0
632+
or not is_monotonic_increasing_bounds
633+
or s >= end[i - 1]
634634
)
635635

636636
if not requires_recompute:

0 commit comments

Comments
 (0)