Skip to content

Commit 5d67deb

Browse files
reformat with black
1 parent 919713d commit 5d67deb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_neotrellis/neotrellis.py

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

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

0 commit comments

Comments
 (0)