We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 760360b commit 6b1cfedCopy full SHA for 6b1cfed
1 file changed
chess/gaviota.py
@@ -1716,7 +1716,7 @@ def _tb_probe(self, req: Request) -> int:
1716
z = self.egtb_block_getsize_zipped(req.egkey, block)
1717
1718
self.egtb_block_park(req.egkey, block, stream)
1719
- buffer_zipped = stream.read(z)
+ buffer_zipped: bytearray | bytes = stream.read(z)
1720
1721
if buffer_zipped[0] == 0:
1722
# If flag is zero, plain LZMA is following.
0 commit comments