Skip to content

Commit d2c61ab

Browse files
committed
Make Button.any() a function, not property. Fixes #64
1 parent 77be8c7 commit d2c61ab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ev3dev/core.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1704,7 +1704,6 @@ def on_change(changed_buttons):
17041704

17051705
_state = set([])
17061706

1707-
@property
17081707
def any(self):
17091708
"""
17101709
Checks if any button is pressed.

0 commit comments

Comments
 (0)