Remove unused timeframe var from open_history_client

py311
jaredgoldman 2023-04-21 17:17:47 -04:00
parent a69c8a8b44
commit a06a4f67cc
1 changed files with 1 additions and 2 deletions

View File

@ -467,7 +467,7 @@ async def open_symbol_search(
@acm
async def open_ping_task(
ws: wsproto.WSConnection,
ws: wsproto.WSConnection,
ping_interval, connect_id
) -> AsyncGenerator[None, None]:
'''
@ -675,7 +675,6 @@ async def stream_messages(
@acm
async def open_history_client(
symbol: str,
type: str = '1m',
) -> AsyncGenerator[Callable, None]:
async with open_cached_client('kucoin') as client:
log.info('Attempting to open kucoin history client')