Skip to content

Commit f076e6b

Browse files
committed
lint
1 parent f64201c commit f076e6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_pybadger.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ def button(self):
205205
print("Button select")
206206
207207
"""
208+
#pylint: disable=no-else-return
208209
button_values = self._buttons.get_pressed()
209210
if hasattr(board, "JOYSTICK_X"):
210211
x, y = self.joystick

0 commit comments

Comments
 (0)