minor formatting change

This commit is contained in:
grace
2020-07-10 23:24:10 -07:00
parent b6d20a5750
commit 467be81eb0
-2
View File
@@ -166,13 +166,11 @@ async def mash_button(controller_state, button, interval):
async def hold_button(controller_state, button):
await ensure_valid_button(controller_state, button)
await button_down(controller_state, button)
async def release_button(controller_state, button):
await ensure_valid_button(controller_state, button)
await button_up(controller_state, button)