Skip to content

Commit 133ef79

Browse files
committed
pylint
1 parent 2ed40f5 commit 133ef79

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

adafruit_ili9341.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
3333
**Hardware:**
3434
35-
.. todo:: Add links to any specific hardware product page(s), or category page(s). Use unordered list & hyperlink rST
35+
.. todo:: Add links to any specific hardware product page(s), or category page(s).
36+
Use unordered list & hyperlink rST
3637
inline format: "* `Link Text <url>`_"
3738
3839
**Software and Dependencies:**
@@ -73,6 +74,7 @@
7374
b"\x29\x80\x78"# Display on then delay 0x78 (120ms)
7475
)
7576

77+
# pylint: disable=too-few-public-methods
7678
class ILI9341(displayio.Display):
7779
"""ILI9341 display driver"""
7880
def __init__(self, bus):

0 commit comments

Comments
 (0)