Skip to content

Commit

Permalink
fix: error raise on transition
Browse files Browse the repository at this point in the history
- anyother cicrcumstane of bet instance is not possible
  • Loading branch information
keshav1998 committed Dec 6, 2024
1 parent 35610f2 commit 40e2c4c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/valory/skills/market_manager_abci/bets.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ def next_status(self) -> "QueueStatus":
return QueueStatus.REPROCESSED
elif self == QueueStatus.REPROCESSED:
return QueueStatus.FRESH
else:
raise ValueError(
f"Invalid queue status {self} detected. This bet should not have been sampled"
)


@dataclasses.dataclass(init=False)
Expand Down

0 comments on commit 40e2c4c

Please sign in to comment.