Fix formatting
This commit is contained in:
parent
aafa0d9c6a
commit
e72ab5a958
@ -99,7 +99,9 @@ class BaseEncoder:
|
||||
|
||||
|
||||
class GPIOEncoder(BaseEncoder):
|
||||
def __init__(self, pin_a, pin_b, pin_button=None, is_inverted=False, resolution=None):
|
||||
def __init__(
|
||||
self, pin_a, pin_b, pin_button=None, is_inverted=False, resolution=None
|
||||
):
|
||||
super().__init__(is_inverted)
|
||||
|
||||
# Resolution can be 4 or 2 depending on whether the detent
|
||||
|
Loading…
x
Reference in New Issue
Block a user