Skip to content

Commit 4cdd489

Browse files
committed
Remove redundant if
1 parent 7db84af commit 4cdd489

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

quixstreams/dataframe/windows/time_based.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -454,9 +454,6 @@ def process_window(
454454
)
455455

456456
aggregated = self._aggregate_value(current_value, value, timestamp_ms)
457-
458-
# Output intermediate results for aggregations
459-
if aggregate:
460457
updated_windows.append(
461458
(
462459
key,

0 commit comments

Comments
 (0)