From b6dc66b0702bc162bdf8ae77b5a55f9c05f06c82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Wed, 21 Feb 2024 13:24:06 +0100 Subject: [PATCH] chore: remove dead code send_push_promise (#2285) dead code removal :) --- lnbits/tasks.py | 4 ---- 1 file changed, 4 deletions(-) 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] = {}