Skip to content

Commit 464a6f8

Browse files
lukasIOdavidzhao
andauthored
Update livekit-rtc/livekit/rtc/data_stream.py
Co-authored-by: David Zhao <[email protected]>
1 parent 0989149 commit 464a6f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

livekit-rtc/livekit/rtc/data_stream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class BaseStreamInfo(TypedDict):
4141
mime_type: str
4242
topic: str
4343
timestamp: int
44-
size: Optional[int] # Optional means it can be an int or None
44+
size: Optional[int]
4545
attributes: Optional[Dict[str, str]] # Optional for the extensions dictionary
4646

4747

0 commit comments

Comments
 (0)