From ecb285e36613a22d1ad7338b5aa13ade9ff21a9b Mon Sep 17 00:00:00 2001 From: vasilije Date: Sun, 12 Oct 2025 13:46:12 +0200 Subject: [PATCH] added formatting --- cognee/modules/pipelines/operations/run_tasks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cognee/modules/pipelines/operations/run_tasks.py b/cognee/modules/pipelines/operations/run_tasks.py index 2a5bf81a8..2e0055384 100644 --- a/cognee/modules/pipelines/operations/run_tasks.py +++ b/cognee/modules/pipelines/operations/run_tasks.py @@ -91,7 +91,6 @@ async def run_tasks( if incremental_loading: data = await resolve_data_directories(data) - # Create and gather batches of async tasks of data items that will run the pipeline for the data item results = [] for start in range(0, len(data), DOCUMENT_BATCH_SIZE):