mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 23:04:21 +01:00
clean pylint result
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user