mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 14:54:21 +01:00
Apply pylint's linting rules to examples/websocket/authenticated/*.py.
This commit is contained in:
@@ -41,4 +41,4 @@ async def on_order_new(order_new: Order):
|
||||
def on_subscribed(subscription):
|
||||
print(f"Subscription successful for <{subscription}>.")
|
||||
|
||||
bfx.wss.run()
|
||||
bfx.wss.run()
|
||||
|
||||
@@ -27,4 +27,4 @@ def on_wallet_snapshot(wallets: List[Wallet]):
|
||||
def on_wallet_update(wallet: Wallet):
|
||||
print(f"Wallet update: {wallet}")
|
||||
|
||||
bfx.wss.run()
|
||||
bfx.wss.run()
|
||||
|
||||
Reference in New Issue
Block a user