mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-03 21:00:25 +00:00
chore: fix flake8 error
This commit is contained in:
@@ -1408,7 +1408,7 @@ class Telegram(RPCHandler):
|
||||
[
|
||||
dt_humanize_delta(dt_from_ts(trade["close_timestamp"])),
|
||||
f"{trade['pair']} (#{trade['trade_id']}"
|
||||
f"{(' ' + ('S' if trade['is_short'] else 'L')) if nonspot else '' })",
|
||||
f"{(' ' + ('S' if trade['is_short'] else 'L')) if nonspot else ''})",
|
||||
f"{(trade['close_profit']):.2%} ({trade['close_profit_abs']})",
|
||||
]
|
||||
for trade in trades["trades"]
|
||||
|
||||
Reference in New Issue
Block a user