Skip to content

Commit

Permalink
fix type signature
Browse files Browse the repository at this point in the history
  • Loading branch information
emgeee committed Sep 19, 2024
1 parent dc9331a commit 8694d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-denormalized/python/denormalized/datastream.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def window(
group_expr: list[Expr],
aggr_expr: list[Expr],
window_length_millis: int,
slide_millis: int = None,
slide_millis: int | None = None,
) -> "DataStream":
"""Apply a windowing operation to the DataStream.
Expand Down

0 comments on commit 8694d96

Please sign in to comment.