File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- { "engineHash" : " fe7a2b2" , "specHash" : " 8402463 " , "version" : " 1.15.0" }
1+ { "engineHash" : " fe7a2b2" , "specHash" : " 719cda2 " , "version" : " 1.15.0" }
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ def __init__(
1616 self ,
1717 * ,
1818 chunk_size : Optional [int ] = None ,
19- next_stream_position : Optional [Union [str , float ]] = None ,
19+ next_stream_position : Optional [Union [str , int ]] = None ,
2020 entries : Optional [List [Event ]] = None ,
2121 ** kwargs
2222 ):
@@ -25,7 +25,7 @@ def __init__(
2525 :type chunk_size: Optional[int], optional
2626 :param next_stream_position: The stream position of the start of the next page (chunk)
2727 of events., defaults to None
28- :type next_stream_position: Optional[Union[str, float ]], optional
28+ :type next_stream_position: Optional[Union[str, int ]], optional
2929 :param entries: A list of events., defaults to None
3030 :type entries: Optional[List[Event]], optional
3131 """
You can’t perform that action at this time.
0 commit comments