Skip to content

Commit 726936a

Browse files
lukasIOtheomonnom
andauthored
Apply suggestions from code review
Co-authored-by: Théo Monnom <[email protected]>
1 parent 6837888 commit 726936a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

livekit-rtc/livekit/rtc/frame_processor.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ def is_enabled(self) -> bool: ...
1515
@abstractmethod
1616
def set_enabled(self, enable: bool): ...
1717

18-
@abstractmethod
1918
def _update_stream_info(
2019
self,
2120
*,
@@ -24,7 +23,6 @@ def _update_stream_info(
2423
publication_sid: str,
2524
): ...
2625

27-
@abstractmethod
2826
def _update_credentials(self, *, token: str, url: str): ...
2927

3028
@abstractmethod

0 commit comments

Comments
 (0)