chore: remove dead code send_push_promise (#2285)

dead code removal :)
This commit is contained in:
dni ⚡ 2024-02-21 13:24:06 +01:00 committed by GitHub
parent 7b4d9bf5db
commit b6dc66b070
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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] = {}