Skip to content

Commit

Permalink
Lint and format
Browse files Browse the repository at this point in the history
  • Loading branch information
foucblg authored and Rotheem committed Dec 4, 2024
1 parent 134038a commit 7e3d0e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion app/core/notification/endpoints_notification.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)

Expand Down

0 comments on commit 7e3d0e2

Please sign in to comment.