mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-06 20:15:17 +02:00
refactor: point notification callers at notifications module
This commit is contained in:
parent
5d2a36f579
commit
9dab07f775
7 changed files with 11 additions and 8 deletions
|
|
@ -15,8 +15,9 @@ from dataclasses import dataclass, field
|
|||
from fastapi import HTTPException
|
||||
from sqlalchemy.ext.asyncio import AsyncSession
|
||||
|
||||
from app.db import Document, Log, Notification
|
||||
from app.services.notification_service import NotificationService
|
||||
from app.db import Document, Log
|
||||
from app.notifications.persistence import Notification
|
||||
from app.notifications.service import NotificationService
|
||||
from app.services.task_logging_service import TaskLoggingService
|
||||
|
||||
from ._helpers import update_document_from_connector
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue