diff --git a/src/pipecat/transports/network/webrtc_connection.py b/src/pipecat/transports/network/webrtc_connection.py index 6b4bf4d75..e18879add 100644 --- a/src/pipecat/transports/network/webrtc_connection.py +++ b/src/pipecat/transports/network/webrtc_connection.py @@ -74,9 +74,7 @@ class SmallWebRTCConnection(EventEmitter): @self.pc.on("icegatheringstatechange") async def on_icegatheringstatechange(): - logger.info( - f"Ice gathering state is {self.pc.iceGatheringState}" - ) + logger.info(f"Ice gathering state is {self.pc.iceGatheringState}") @self.pc.on("track") async def on_track(track):