Skip to content

Commit 8ce10d5

Browse files
committed
lint
1 parent 9f02995 commit 8ce10d5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

adafruit_rgb_display/gc9a01a.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
1111
"""
1212

13-
import struct
1413
import time
1514
import busio
1615
import digitalio
@@ -83,7 +82,7 @@ class GC9A01A(DisplaySPI):
8382
(_NORON, None), # Normal Display Mode ON
8483
(_DISPON, None), # Display ON
8584
)
86-
85+
# pylint: disable-msg=useless-super-delegation, too-many-arguments
8786
def __init__(
8887
self,
8988
spi: busio.SPI,

0 commit comments

Comments
 (0)