Missing Comma (#1877)

This commit is contained in:
Yuhong Sun 2024-07-19 22:15:45 -07:00 committed by GitHub
parent 59bf5ba848
commit 7ba5c434fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -111,7 +111,7 @@ def _process_file(
for k, v in all_metadata.items()
if k
not in [
"document_id"
"document_id",
"time_updated",
"doc_updated_at",
"link",