mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 23:04:21 +01:00
Apply pylint's linting rules to examples/websocket/authenticated/*.py.
This commit is contained in:
@@ -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