fix: resolve mypy typing issues in webhook queue dispatch

This commit is contained in:
Abhimanyu Saharan
2026-02-14 06:33:35 +00:00
parent e535f377ff
commit d01365abfb
4 changed files with 36 additions and 24 deletions

View File

@@ -5,7 +5,7 @@ from __future__ import annotations
from datetime import datetime, timedelta, timezone
from redis import Redis
from rq_scheduler import Scheduler
from rq_scheduler import Scheduler # type: ignore[import-untyped]
from app.core.config import settings
from app.services.webhooks import dispatch