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

Commit

Permalink
remove dupicate
Browse files Browse the repository at this point in the history
Signed-off-by: Đinh Hoàng Việt <134517889+M-DinhHoangViet@users.noreply.github.com>
  • Loading branch information
M-DinhHoangViet committed Mar 8, 2024
1 parent 2686757 commit 92dec1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


class Engine:
def __init__(self, engine: chess.engine.SimpleEngine, ponder: bool, opponent: chess.engine.Opponent, opponent: chess.engine.Opponent) -> None:
def __init__(self, engine: chess.engine.SimpleEngine, ponder: bool, opponent: chess.engine.Opponent) -> None:
self.engine = engine
self.ponder = ponder
self.opponent = opponent
Expand Down

0 comments on commit 92dec1d

Please sign in to comment.