some more mypy fixes

This commit is contained in:
dni
2022-07-25 12:02:59 +02:00
parent 895770e26a
commit 808bd36e23
9 changed files with 25 additions and 16 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ async def webhook_handler():
raise HTTPException(status_code=HTTPStatus.NO_CONTENT)
internal_invoice_queue = asyncio.Queue(0)
internal_invoice_queue: asyncio.Queue = asyncio.Queue(0)
async def internal_invoice_listener():