binance; unmask around send-chan @acm usage

testing_utils
Tyler Goodlet 2025-09-20 22:32:05 -04:00
parent e19a724037
commit 9d5e405903
1 changed files with 1 additions and 1 deletions

View File

@ -448,7 +448,6 @@ async def subscribe(
async def stream_quotes(
send_chan: trio.abc.SendChannel,
symbols: list[str],
feed_is_live: trio.Event,
@ -460,6 +459,7 @@ async def stream_quotes(
) -> None:
async with (
tractor.trionics.maybe_raise_from_masking_exc(),
send_chan as send_chan,
open_cached_client('binance') as client,
):