diff --git a/lnbits/tasks.py b/lnbits/tasks.py index ddb1e91de..10e5bb7b3 100644 --- a/lnbits/tasks.py +++ b/lnbits/tasks.py @@ -54,10 +54,6 @@ async def catch_everything_and_restart(func): await catch_everything_and_restart(func) -async def send_push_promise(a, b) -> None: - pass - - invoice_listeners: Dict[str, asyncio.Queue] = {}