Skip to content

Commit

Permalink
chore: remove unnecessary commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Jan 19, 2025
1 parent 141286a commit 36e4842
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion freqtrade/persistence/trade_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -1973,7 +1973,6 @@ def get_overall_performance(minutes=None) -> list[dict[str, Any]]:
),
trades_grouped.c.profit_sum_abs,
trades_grouped.c.count,
# pair_costs.c.cost_per_pair,
)
.join(pair_costs, trades_grouped.c.pair == pair_costs.c.pair)
.order_by(desc("profit_sum_abs"))
Expand Down

0 comments on commit 36e4842

Please sign in to comment.