Fixing ruff format.

This commit is contained in:
Filipi Fuchter
2025-03-13 17:38:11 -03:00
parent 8a7e305619
commit 2770d64a25

View File

@@ -292,7 +292,6 @@ class SmallWebRTCClient:
logger.info(f"Connecting to Small WebRTC")
await self._webrtcConnection.connect()
async def disconnect(self):
if self.is_connected and not self.is_closing:
logger.info(f"Disconnecting to Small WebRTC")