Skip to content

Commit 13e674c

Browse files
committed
Use default for chess.AtomicBoard.one_king
1 parent f96a87c commit 13e674c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

chess/variant.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ class AtomicBoard(chess.Board):
210210
tbw_magic = b"\x55\x8d\xa4\x49"
211211
tbz_magic = b"\x91\xa9\x5e\xeb"
212212
connected_kings = True
213-
one_king = True
214213

215214
def is_variant_end(self) -> bool:
216215
return not all(self.kings & side for side in self.occupied_co)

0 commit comments

Comments
 (0)