Skip to content

Commit eed9b5c

Browse files
Melissa LeBlanc-WilliamsMelissa LeBlanc-Williams
authored andcommitted
more linting
1 parent e186a71 commit eed9b5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_featherwing/minitft_featherwing.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,5 +102,5 @@ def buttons(self):
102102
"""
103103
button_values = self._ss.digital_read_bulk(self._button_mask)
104104
return Buttons(*[not button_values & (1 << button) for button in
105-
(BUTTON_UP, BUTTON_DOWN, BUTTON_LEFT, BUTTON_RIGHT,
106-
BUTTON_A, BUTTON_B, BUTTON_SEL)])
105+
(BUTTON_UP, BUTTON_DOWN, BUTTON_LEFT, BUTTON_RIGHT,
106+
BUTTON_A, BUTTON_B, BUTTON_SEL)])

0 commit comments

Comments
 (0)