Apply pylint's linting rules to examples/websocket/authenticated/*.py.

This commit is contained in:
Davide Casale
2023-03-08 21:28:32 +01:00
parent b0da5e2fb1
commit 834a664034
2 changed files with 2 additions and 2 deletions

View File

@@ -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()