MinePI icon indicating copy to clipboard operation
MinePI copied to clipboard

Missing import due to type checking if.

Open svaningelgem opened this issue 1 year ago • 0 comments

There is a missing import hidden due to the if typing.TYPE_CHECKING: block. When running the examples in a mamba environment with "minepi" installed from pypi, it'll fail on the "multiple players" one due to this import.

I also couldn't put it on top, because it would create a circular import.

svaningelgem avatar Aug 01 '24 15:08 svaningelgem