added formatting

This commit is contained in:
vasilije 2025-10-12 13:46:12 +02:00
parent c1d633fb75
commit ecb285e366

View file

@ -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):