mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-17 19:24:19 +00:00
fix: ruff
This commit is contained in:
@@ -46,7 +46,10 @@ class BoxRuntimeConnector:
|
||||
await self._connect_remote_ws()
|
||||
|
||||
def _make_connection_callback(
|
||||
self, transport_name: str, connected: asyncio.Event, connect_error: list[Exception],
|
||||
self,
|
||||
transport_name: str,
|
||||
connected: asyncio.Event,
|
||||
connect_error: list[Exception],
|
||||
):
|
||||
async def new_connection_callback(connection: Connection) -> None:
|
||||
handler = Handler(connection)
|
||||
|
||||
Reference in New Issue
Block a user