removed unused variable
parent
ec1da6134b
commit
f3d7d87303
|
@ -879,7 +879,6 @@ async def aio_open_interest_feed_relay(
|
||||||
if is_ready:
|
if is_ready:
|
||||||
for strike in oi_by_strikes:
|
for strike in oi_by_strikes:
|
||||||
s: Decimal = Decimal(f'{strike}')
|
s: Decimal = Decimal(f'{strike}')
|
||||||
close_losses = Decimal(0)
|
|
||||||
closes: list[str] = sorted(oi_by_strikes.keys())
|
closes: list[str] = sorted(oi_by_strikes.keys())
|
||||||
call_cash: Decimal = Decimal(0)
|
call_cash: Decimal = Decimal(0)
|
||||||
put_cash: Decimal = Decimal(0)
|
put_cash: Decimal = Decimal(0)
|
||||||
|
|
Loading…
Reference in New Issue