Skip to content

Commit 9dd7e17

Browse files
committed
Ran black
1 parent 248cff5 commit 9dd7e17

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adafruit_magtag/peripherals.py

-1
Original file line numberDiff line numberDiff line change
@@ -130,4 +130,3 @@ def any_button_pressed(self):
130130
Return whether any button is pressed
131131
"""
132132
return False in [self.buttons[i].value for i in range(0, 4)]
133-

0 commit comments

Comments
 (0)