mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 06:44:22 +01:00
Fix small bug in examples/websocket/auth/wallets.py.
This commit is contained in:
@@ -2,9 +2,11 @@
|
||||
|
||||
import os
|
||||
|
||||
from typing import List
|
||||
|
||||
from bfxapi import Client
|
||||
from bfxapi.enums import Error
|
||||
from bfxapi.types import List, Wallet
|
||||
from bfxapi.types import Wallet
|
||||
|
||||
bfx = Client(
|
||||
api_key=os.getenv("BFX_API_KEY"),
|
||||
|
||||
Reference in New Issue
Block a user