Skip to content

Commit 11949a1

Browse files
committed
Remove redundant if
1 parent 77917da commit 11949a1

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
@@ -473,9 +473,6 @@ def process_window(
473473
)
474474

475475
aggregated = self._aggregate_value(current_value, value, timestamp_ms)
476-
477-
# Output intermediate results for aggregations
478-
if aggregate:
479476
updated_windows.append(
480477
(
481478
key,

0 commit comments

Comments
 (0)