Add new event liquidation_feed_update to PublicChannelsHandler (and improve overall type hinting).

This commit is contained in:
Davide Casale
2023-06-12 15:37:05 +02:00
parent 7059846843
commit 708fdc87c7
5 changed files with 20 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
#pylint: disable-next=wildcard-import,unused-wildcard-import
from ..enums import *
from bfxapi.enums import *
class Channel(str, Enum):
TICKER = "ticker"