added formatting
This commit is contained in:
parent
c1d633fb75
commit
ecb285e366
1 changed files with 0 additions and 1 deletions
|
|
@ -91,7 +91,6 @@ async def run_tasks(
|
||||||
if incremental_loading:
|
if incremental_loading:
|
||||||
data = await resolve_data_directories(data)
|
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
|
# Create and gather batches of async tasks of data items that will run the pipeline for the data item
|
||||||
results = []
|
results = []
|
||||||
for start in range(0, len(data), DOCUMENT_BATCH_SIZE):
|
for start in range(0, len(data), DOCUMENT_BATCH_SIZE):
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue