Skip to content

Commit

Permalink
fix inheritence
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmiglio committed Sep 16, 2024
1 parent 6e7ecf5 commit d10ecfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clashnetlib/implements/fight_decision_maker.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def __init__(self, value: FightDecisionValue) -> None:
super().__init__(name, value)


class FightDecisionMaker(DecisionMaker[FightDecisionInputValue, FightDecisionValue]):
class FightDecisionMaker(DecisionMaker[FightDecisionInput, FightDecision]):
"""An implementation of the DecisionMaker class for making decisions during a fight."""

def __init__(self) -> None:
Expand Down

0 comments on commit d10ecfb

Please sign in to comment.