Removes unused variable
This commit is contained in:
parent
378abee0e0
commit
95e79037ba
|
@ -61,8 +61,5 @@ def get_output(pin_no):
|
|||
return pin.read()
|
||||
|
||||
|
||||
skip = True
|
||||
|
||||
|
||||
reactor.addSystemEventTrigger('after', 'startup', Controller.alloc_pin,
|
||||
INPUTS.ResetButton, INPUT, quit, RISING)
|
||||
|
|
Loading…
Reference in New Issue