Skip to content

Commit a2ffcc5

Browse files
authored
Merge pull request #17 from adafruit/black-update
Black reformatting with Python 3 target.
2 parents fb15dd1 + 66ff568 commit a2ffcc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_debouncer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
_CHANGED_STATE = const(0x04)
5454

5555

56-
class Debouncer():
56+
class Debouncer:
5757
"""Debounce an input pin or an arbitrary predicate"""
5858

5959
def __init__(self, io_or_predicate, interval=0.010):

0 commit comments

Comments
 (0)