Skip to content

Commit

Permalink
fix some imports
Browse files Browse the repository at this point in the history
  • Loading branch information
HighDiceRoller committed Sep 12, 2024
1 parent 889b4d1 commit b98b8d3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/icepool/evaluator/poker.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@

__docformat__ = 'google'

from typing_extensions import Final
import icepool
from icepool.evaluator.multiset_evaluator import MultisetEvaluator
from icepool.population.die import Die

import operator

from icepool.typing import Outcome, Order, RerollType
from typing import Any, Callable, Collection, Hashable, Literal, Sequence
from icepool.typing import Order
from typing import Any, Callable, Collection, Final, Literal, Sequence


class HighestOutcomeAndCountEvaluator(MultisetEvaluator[Any, tuple[Any, int]]):
Expand Down

0 comments on commit b98b8d3

Please sign in to comment.