Skip to content

Commit 6b28c95

Browse files
committed
have yourself a merry little lintmas
1 parent 1158bd9 commit 6b28c95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_sharpmemorydisplay.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ def reverse_bit(num):
6666
return result
6767

6868

69-
class SharpMemoryDisplay(adafruit_framebuf.FrameBuffer1):
69+
class SharpMemoryDisplay(adafruit_framebuf.FrameBuffer):
7070
"""A driver for sharp memory displays, you can use any size but the
7171
full display must be buffered in memory!"""
72-
# pylint: disable=too-many-instance-attributes
72+
# pylint: disable=too-many-instance-attributes,abstract-method
7373

7474
def __init__(self, spi, scs_pin, width, height, *, baudrate=16000000):
7575
self._scs_pin = scs_pin

0 commit comments

Comments
 (0)