fix lint
This commit is contained in:
parent
0691780472
commit
64feee23ae
@ -2585,7 +2585,7 @@ class Player:
|
|||||||
self,
|
self,
|
||||||
choose_text: str,
|
choose_text: str,
|
||||||
available_cards: List,
|
available_cards: List,
|
||||||
did_choose_callback: Callable(Player, int) = None,
|
did_choose_callback: Callable[['Player', int], None] = None,
|
||||||
):
|
):
|
||||||
self.pending_action = PendingAction.CHOOSE
|
self.pending_action = PendingAction.CHOOSE
|
||||||
self.choose_text = choose_text
|
self.choose_text = choose_text
|
||||||
|
Loading…
Reference in New Issue
Block a user