Skip to content

Commit 5ecca5d

Browse files
committed
fix: address lint errors
1 parent af26b3d commit 5ecca5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

livekit-rtc/livekit/rtc/audio_stream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ def _set_room(self, room: Optional["Room"]) -> None:
257257

258258
participant_identity, publication_sid = self._find_publication() or ("", "")
259259
self._processor._on_stream_info_updated(
260-
room_name=room.name if room is not None else "", # FIXME: default value?
260+
room_name=room.name if room is not None else "", # FIXME: default value?
261261
participant_identity=participant_identity,
262262
publication_sid=publication_sid,
263263
)

0 commit comments

Comments
 (0)