Loading poolpay/card/CardReader.py +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ from typing import Any class CardReader(AbstractContextManager, ABC): @abstractmethod def read_id(self) -> int: def read_id(self) -> int | None: """ Read the UID of the MIFARE Ultralight card that is presented. Loading Loading
poolpay/card/CardReader.py +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ from typing import Any class CardReader(AbstractContextManager, ABC): @abstractmethod def read_id(self) -> int: def read_id(self) -> int | None: """ Read the UID of the MIFARE Ultralight card that is presented. Loading