From 861ae205d23d5332de2c440920205c4ab0ab6de7 Mon Sep 17 00:00:00 2001 From: vasilije Date: Wed, 27 Aug 2025 21:12:45 +0200 Subject: [PATCH] removed extra things --- cognee/modules/ingestion/data_types/TextData.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cognee/modules/ingestion/data_types/TextData.py b/cognee/modules/ingestion/data_types/TextData.py index 7c2364a5a..90d5335b5 100644 --- a/cognee/modules/ingestion/data_types/TextData.py +++ b/cognee/modules/ingestion/data_types/TextData.py @@ -1,7 +1,6 @@ from typing import BinaryIO from contextlib import asynccontextmanager import hashlib -from cognee.infrastructure.data.utils.extract_keywords import extract_keywords from .IngestionData import IngestionData