Skip to content

Commit dedb3b2

Browse files
committed
Should fix pylint issue
1 parent d6d2821 commit dedb3b2

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)