Skip to content

Commit a06a4f6

Browse files
committed
Remove unused timeframe var from open_history_client
1 parent a69c8a8 commit a06a4f6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

piker/brokers/kucoin.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ async def open_symbol_search(
467467

468468
@acm
469469
async def open_ping_task(
470-
ws: wsproto.WSConnection,
470+
ws: wsproto.WSConnection,
471471
ping_interval, connect_id
472472
) -> AsyncGenerator[None, None]:
473473
'''
@@ -675,7 +675,6 @@ async def stream_messages(
675675
@acm
676676
async def open_history_client(
677677
symbol: str,
678-
type: str = '1m',
679678
) -> AsyncGenerator[Callable, None]:
680679
async with open_cached_client('kucoin') as client:
681680
log.info('Attempting to open kucoin history client')

0 commit comments

Comments
 (0)