Skip to content
Open
1 change: 1 addition & 0 deletions piker/brokers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
'binance',
'ib',
'kraken',
'deribit',

# broken but used to work
# 'questrade',
Expand Down
11 changes: 0 additions & 11 deletions piker/brokers/deribit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
open_history_client,
open_symbol_search,
stream_quotes,
backfill_bars
)
# from .broker import (
# trades_dialogue,
Expand All @@ -53,13 +52,3 @@
'feed',
# 'broker',
]

# passed to ``tractor.ActorNursery.start_actor()``
_spawn_kwargs = {
'infect_asyncio': True,
}

# annotation to let backend agnostic code
# know if ``brokerd`` should be spawned with
# ``tractor``'s aio mode.
_infect_asyncio: bool = True
Loading