Comment out unused args

kucoin_backend
jaredgoldman 2023-04-19 14:55:58 -04:00
parent 6f91c2932d
commit d772fe45c0
1 changed files with 1 additions and 1 deletions

View File

@ -491,7 +491,7 @@ async def stream_quotes(
send_chan: trio.abc.SendChannel, send_chan: trio.abc.SendChannel,
symbols: list[str], symbols: list[str],
feed_is_live: trio.Event, feed_is_live: trio.Event,
loglevel: str = '', # loglevel: str = '',
# startup sync # startup sync
task_status: TaskStatus[tuple[dict, dict]] = trio.TASK_STATUS_IGNORED, task_status: TaskStatus[tuple[dict, dict]] = trio.TASK_STATUS_IGNORED,
) -> None: ) -> None: