From 2d44de611faf19d99368db8668652fd3c64161d0 Mon Sep 17 00:00:00 2001 From: Gilles Boccon-Gibod Date: Tue, 14 Feb 2023 16:04:20 -0800 Subject: [PATCH] make pylint happy --- bumble/smp.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bumble/smp.py b/bumble/smp.py index 512ffb63..333f02bd 100644 --- a/bumble/smp.py +++ b/bumble/smp.py @@ -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