Skip to content

Commit

Permalink
refactor: remove unnecessary initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamantios committed Dec 11, 2024
1 parent a02629c commit c4b604a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -128,8 +128,6 @@ def _sampled_bet_idx(self, bets: List[Bet]) -> int:
:return: the index of the sampled bet, out of all the available bets, not only the given ones.
"""

sorted_bets: List = []

to_process_bets, processed_bets, reprocessed_bets = self._get_bets_queue_wise(
bets
)

0 comments on commit c4b604a

Please sign in to comment.