Skip to content

Commit 7b21eff

Browse files
committed
Fix flake8 warnings
1 parent 4ff7e0f commit 7b21eff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

investing_algorithm_framework/services/trade_service/trade_service.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,6 @@ def get_triggered_take_profit_orders(self):
902902
take_profit = take_profit_que.dequeue()
903903
take_profit_sell_amount = take_profit.get_sell_amount()
904904

905-
906905
if take_profit_sell_amount <= available_amount:
907906
available_amount = available_amount - \
908907
take_profit_sell_amount

0 commit comments

Comments
 (0)