Fixing ruff format

This commit is contained in:
Filipi Fuchter
2025-03-24 11:23:55 -03:00
parent fcb8b9a5b3
commit 2fcf4e6d70

View File

@@ -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):