clean pylint result

This commit is contained in:
hajdbo
2020-05-11 21:57:21 +08:00
committed by Jacob Plaster
parent d64d04a255
commit 09f39d81ee

View File

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