Skip to content

Commit 0067dd1

Browse files
authored
linting
1 parent 72e2078 commit 0067dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_matrixkeypad.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class Matrix_Keypad(object):
5151
"""Driver for passive matrix keypads - any size"""
5252
def __init__(self, row_pins, col_pins, keys):
5353
"""Initialise the driver with the correct size and key list.
54-
54+
5555
:param list row_pins: a list of DigitalInOut objects corresponding to the rows
5656
:param list col_pins: a list of DigitalInOut objects corresponding to the colums
5757
:param list keys: a list of lists that has the corresponding symbols for each key

0 commit comments

Comments
 (0)