From 7e3d0e2d964e93a61730a0114fe1a1a3049687a3 Mon Sep 17 00:00:00 2001 From: Foucauld Bellanger <63885990+Foukki@users.noreply.github.com> Date: Wed, 4 Dec 2024 08:36:41 +0100 Subject: [PATCH] Lint and format --- app/app.py | 1 - app/core/notification/endpoints_notification.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/app.py b/app/app.py index 008c21831..35fa2c5c7 100644 --- a/app/app.py +++ b/app/app.py @@ -42,7 +42,6 @@ if TYPE_CHECKING: import redis - from sqlalchemy.ext.asyncio import AsyncSession from app.types.scheduler import Scheduler from app.types.websocket import WebsocketConnectionManager diff --git a/app/core/notification/endpoints_notification.py b/app/core/notification/endpoints_notification.py index 36a5e6623..76e989548 100644 --- a/app/core/notification/endpoints_notification.py +++ b/app/core/notification/endpoints_notification.py @@ -306,7 +306,7 @@ async def send_notification_topic( user_ids=[user.id], message=message, defer_date=datetime.now(UTC) + timedelta(seconds=10), - job_id="test25", + job_id="test", scheduler=scheduler, )