Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Saravanan Balasubramanian <[email protected]>
  • Loading branch information
sarabala1979 committed Aug 8, 2023
1 parent ca55efa commit 9707942
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion numaprom/udf/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ def window(_: list[str], datum: Datum) -> bytes | None:
unique_key, msg["timestamp"], value, win_size, buff_size, recreate=True
)


# Drop message if no of elements is less than sequence length needed
if len(elements) < win_size:
return None
Expand Down

0 comments on commit 9707942

Please sign in to comment.