mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 14:54:21 +01:00
clean pylint result
This commit is contained in:
@@ -7,7 +7,7 @@ class LedgerModel:
|
||||
Enum used to index the location of each value in a raw array
|
||||
"""
|
||||
ID = 0
|
||||
CURRENCY=1
|
||||
CURRENCY = 1
|
||||
MTS = 3
|
||||
AMOUNT = 5
|
||||
BALANCE = 6
|
||||
@@ -26,8 +26,6 @@ class Ledger:
|
||||
DESCRIPTION
|
||||
"""
|
||||
|
||||
# [2794967447, 'USD', None, 1588004822000, None, -8.6166026, 4299.6846957, None, 'Trading fees for 4303.997301 UST (USTUSD) @ 1.001 on BFX (0.2%) on wallet exchange'],
|
||||
|
||||
def __init__(self, currency, mts, amount, balance, description):
|
||||
self.currency = currency
|
||||
self.mts = mts
|
||||
|
||||
Reference in New Issue
Block a user