make pylint happy

This commit is contained in:
Gilles Boccon-Gibod
2023-02-14 16:04:20 -08:00
parent e6fc63b2d8
commit 2d44de611f

View File

@@ -525,6 +525,7 @@ class PairingDelegate:
async def get_number(self) -> int:
return 0
# pylint: disable-next=unused-argument
async def display_number(self, number: int, digits: int) -> None:
pass