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

@@ -26,8 +26,6 @@ class Ledger:
DESCRIPTION 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): def __init__(self, currency, mts, amount, balance, description):
self.currency = currency self.currency = currency
self.mts = mts self.mts = mts