From 185d5fd5773361ac816c7639ea6693d97f04bfb7 Mon Sep 17 00:00:00 2001 From: pstruebi Date: Mon, 17 Feb 2025 20:11:17 +0100 Subject: [PATCH] reformatting --- apps/auracast.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/auracast.py b/apps/auracast.py index 30e059a9..7c567d3f 100644 --- a/apps/auracast.py +++ b/apps/auracast.py @@ -962,7 +962,7 @@ async def run_transmit( for bis_link in big.bis_links: await bis_link.setup_data_path( direction=bis_link.Direction.HOST_TO_CONTROLLER - ) + ) iso_queues = [ bumble.device.IsoPacketStream(big.bis_links[0], 64),