Skip to content

Commit 94c3d88

Browse files
committed
Disable too-few-public-methods
1 parent f4ecfc7 commit 94c3d88

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

adafruit_display_notification/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939

4040
TEXT_FONT = terminalio.FONT
4141

42+
# pylint: disable=too-few-public-methods
43+
4244
class NotificationFree(displayio.Group):
4345
"""Widget to show when no notifications are active."""
4446
def __init__(self, width, height, *, dark_mode=True):

0 commit comments

Comments
 (0)