fix flake8 indent error
This commit is contained in:
parent
a3daf8e41c
commit
0bad55637e
@ -520,7 +520,7 @@ class Telegram(RPC):
|
|||||||
[[arrow.get(trade['open_date']).humanize(),
|
[[arrow.get(trade['open_date']).humanize(),
|
||||||
trade['pair'],
|
trade['pair'],
|
||||||
f"{(100 * trade['close_profit']):.2f}% ({trade['close_profit_abs']})"]
|
f"{(100 * trade['close_profit']):.2f}% ({trade['close_profit_abs']})"]
|
||||||
for trade in trades['trades'] if trade['close_profit'] is not None],
|
for trade in trades['trades'] if trade['close_profit'] is not None],
|
||||||
headers=[
|
headers=[
|
||||||
'Open Date',
|
'Open Date',
|
||||||
'Pair',
|
'Pair',
|
||||||
|
Loading…
Reference in New Issue
Block a user