mirror of
https://github.com/MODSetter/SurfSense.git
synced 2025-09-01 10:09:08 +00:00
refactor: remove unused RerankerService import from nodes.py
This commit is contained in:
parent
796e326cc8
commit
ebc376473e
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@ import json
|
|||
import asyncio
|
||||
from .sub_section_writer.graph import graph as sub_section_writer_graph
|
||||
from app.utils.connector_service import ConnectorService
|
||||
from app.utils.reranker_service import RerankerService
|
||||
from sqlalchemy.ext.asyncio import AsyncSession
|
||||
|
||||
class Section(BaseModel):
|
||||
|
|
Loading…
Add table
Reference in a new issue