We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4ecfc7 commit 94c3d88Copy full SHA for 94c3d88
adafruit_display_notification/__init__.py
@@ -39,6 +39,8 @@
39
40
TEXT_FONT = terminalio.FONT
41
42
+# pylint: disable=too-few-public-methods
43
+
44
class NotificationFree(displayio.Group):
45
"""Widget to show when no notifications are active."""
46
def __init__(self, width, height, *, dark_mode=True):
0 commit comments