Skip to content

Commit 919713d

Browse files
fix pylint error
1 parent a90b360 commit 919713d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_neotrellis/neotrellis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def _key(xval):
5454
def _seesaw_key(xval):
5555
return int(int(xval / 8) * 4 + (xval % 8))
5656

57-
57+
# pylint: disable=too-many-arguments
5858
class NeoTrellis(Keypad):
5959
"""Driver for the Adafruit 4x4 NeoTrellis."""
6060

0 commit comments

Comments
 (0)