We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ce10d5 commit 664dcd2Copy full SHA for 664dcd2
adafruit_rgb_display/gc9a01a.py
@@ -82,6 +82,7 @@ class GC9A01A(DisplaySPI):
82
(_NORON, None), # Normal Display Mode ON
83
(_DISPON, None), # Display ON
84
)
85
+
86
# pylint: disable-msg=useless-super-delegation, too-many-arguments
87
def __init__(
88
self,
0 commit comments