fix flake8 indent error

This commit is contained in:
thopd88 2020-07-23 10:12:52 +07:00
parent a3daf8e41c
commit 0bad55637e

View File

@ -520,7 +520,7 @@ class Telegram(RPC):
[[arrow.get(trade['open_date']).humanize(),
trade['pair'],
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=[
'Open Date',
'Pair',