From f46fc1f071338646ffc7a2b9f652757daa96313e Mon Sep 17 00:00:00 2001 From: vasilije Date: Sun, 7 Sep 2025 15:30:29 -0700 Subject: [PATCH] formatting --- cognee/tasks/ingestion/data_item_to_text_file.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cognee/tasks/ingestion/data_item_to_text_file.py b/cognee/tasks/ingestion/data_item_to_text_file.py index d56509a28..c231cdb9e 100644 --- a/cognee/tasks/ingestion/data_item_to_text_file.py +++ b/cognee/tasks/ingestion/data_item_to_text_file.py @@ -85,7 +85,7 @@ async def data_item_to_text_file( ) else: raise IngestionError(message="Local files are not accepted.") - + # data has unsupported URL scheme or format else: raise IngestionError(message=f"Unsupported data source format: {data_item_path}")