Skip to content

Commit 2107259

Browse files
Pigbibicursoragent
andcommitted
Silence unused buys_blocked_reason assignment for ruff.
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent fff4afc commit 2107259

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

application/execution_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ def execute_value_target_plan(
571571
continue
572572

573573
buy_deltas = [item for item in tradable_deltas if item[1] > 0]
574-
buys_blocked_reason: str | None = None
574+
_buys_blocked_reason: str | None = None
575575
if cash_only_execution and buy_deltas and pending_sell_release_symbols:
576576
estimated_buy_cost = 0.0
577577
for symbol, delta_value, price in buy_deltas:

0 commit comments

Comments
 (0)