Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
Correction signature de méthode
Browse files Browse the repository at this point in the history
  • Loading branch information
Francois389 committed Mar 13, 2024
1 parent 37108e2 commit a418ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/engine/ai/ai.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def lecture_alignement(grille: Grille, ligne: int, colonne: int, direction_h: in
return score_a_return


def get_pion_adverse(mon_pion: Jeton) -> str:
def get_pion_adverse(mon_pion: Jeton) -> Rond | Croix:
"""
renvoi le caractère du pion adverse
Expand Down

0 comments on commit a418ba0

Please sign in to comment.