fix ruff format

This commit is contained in:
Axel-CH
2024-09-20 19:10:52 -04:00
parent 0d3ab37eb7
commit c6d7ae9d27
3 changed files with 14 additions and 35 deletions

View File

@@ -1305,7 +1305,7 @@ def test_exit_positions_exception(mocker, default_conf_usdt, limit_order, caplog
ft_price=trade.open_rate,
order_id=order_id,
ft_is_open=False,
filled=11
filled=11,
)
)
Trade.session.add(trade)