Small typing addition

This commit is contained in:
Jonas Linter
2025-12-01 09:21:25 +01:00
parent a80f66bd45
commit 3e577a499f

View File

@@ -270,7 +270,7 @@ async def reprocess_stuck_webhooks(
) )
) )
) )
stuck_webhooks = result.scalars().all() stuck_webhooks: list[WebhookRequest] = result.scalars().all()
if not stuck_webhooks: if not stuck_webhooks:
_LOGGER.info("No stuck webhooks found") _LOGGER.info("No stuck webhooks found")