fix lint
This commit is contained in:
parent
498cd5cd78
commit
56fa051917
1 changed files with 1 additions and 1 deletions
|
|
@ -221,7 +221,7 @@ class MongoDocStatusStorage(DocStatusStorage):
|
|||
created_at=doc.get("created_at"),
|
||||
updated_at=doc.get("updated_at"),
|
||||
chunks_count=doc.get("chunks_count", -1),
|
||||
file_path=doc.get("file_path", doc["_id"])
|
||||
file_path=doc.get("file_path", doc["_id"]),
|
||||
)
|
||||
for doc in result
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue