删除空行
This commit is contained in:
parent
3553345f50
commit
613e8ef5ee
|
|
@ -36,7 +36,6 @@ def insert_errors(errors: List[ErrorInsert]):
|
|||
"layers": layers,
|
||||
"layer_vectors": layer_vectors
|
||||
}
|
||||
|
||||
aggregate_index, id_to_index, index_to_id = rebuild_index(error_memory)
|
||||
return {"inserted": [e.db_id for e in errors]}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue