fix: remove unused import

This commit is contained in:
Boris Arzentar 2024-11-07 15:41:11 +01:00 committed by Leon Luithlen
parent 7ea5f638fe
commit e1e5e7336a

View file

@ -5,7 +5,6 @@ from pydantic import BaseModel
from cognee.modules.data.extraction.extract_summary import extract_summary
from cognee.modules.chunking.models.DocumentChunk import DocumentChunk
from cognee.tasks.storage import add_data_points
from cognee.tasks.storage.index_data_points import get_data_points_from_model
from .models.TextSummary import TextSummary
async def summarize_text(data_chunks: list[DocumentChunk], summarization_model: Type[BaseModel]):