diff --git a/adafruit_ssd1325.py b/adafruit_ssd1325.py index e6df5f0..2728ce1 100644 --- a/adafruit_ssd1325.py +++ b/adafruit_ssd1325.py @@ -52,6 +52,7 @@ b"\xaf\x00" # DISPLAY_ON ) + # pylint: disable=too-few-public-methods class SSD1325(displayio.Display): """