Skip to content

Commit 5a4a383

Browse files
committed
fix: swap out pipe for typing.union
1 parent 3a22df8 commit 5a4a383

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

livekit-rtc/livekit/rtc/audio_frame.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def __init__(
3434
num_channels: int,
3535
samples_per_channel: int,
3636
*,
37-
userdata: dict[str, Any] | None = None,
37+
userdata: Union[dict[str, Any], None] = None,
3838
) -> None:
3939
"""
4040
Initialize an AudioFrame instance.

0 commit comments

Comments
 (0)