Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 committed Dec 22, 2023
1 parent 7668a4a commit c4f5079
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -264,4 +264,4 @@ def _convert_documents_to_pinecone_format(self, documents: List[Document]) -> Li
)

documents_for_pinecone.append(doc_for_pinecone)
return documents_for_pinecone
return documents_for_pinecone

0 comments on commit c4f5079

Please sign in to comment.