removed unused empty function

pull/14/head
sezanzeb 4 years ago
parent 63a2209251
commit c092145a62

@ -80,10 +80,6 @@ class _Macro:
if asyncio.iscoroutine(coroutine):
await coroutine
def stop(self):
"""Stop the macro."""
# TODO
def modify(self, modifier, macro):
"""Do stuff while a modifier is activated.

Loading…
Cancel
Save