Skip to content

Commit 807a9ab

Browse files
authored
Merge pull request #22 from adafruit/discord-fix
Should fix pylint issue
2 parents d6d2821 + dedb3b2 commit 807a9ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_ra8875/ra8875.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ def __init__(
459459
spi, cs, rst, width, height, baudrate, polarity, phase
460460
)
461461

462-
# pylint: too-many-arguments
462+
# pylint: disable=too-many-arguments
463463

464464
def txt_set_cursor(self, x, y):
465465
"""

0 commit comments

Comments
 (0)