removed unused variable

Nelson Torres 2025-01-30 02:08:22 +00:00
parent fda90c6737
commit 3b8cec45da
1 changed files with 0 additions and 1 deletions

View File

@ -879,7 +879,6 @@ async def aio_open_interest_feed_relay(
if is_ready:
for strike in oi_by_strikes:
s: Decimal = Decimal(f'{strike}')
close_losses = Decimal(0)
closes: list[str] = sorted(oi_by_strikes.keys())
call_cash: Decimal = Decimal(0)
put_cash: Decimal = Decimal(0)