Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
spikechroma committed Aug 22, 2024
1 parent 0759b05 commit ba22f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chromadb/api/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def __call__(self: EmbeddingFunction[D], input: D) -> Embeddings:

unpacked_result = maybe_cast_one_to_many_embedding(result)

return validate_embeddings(unpacked_result) # type: ignore[arg-type]
return validate_embeddings(unpacked_result) # type: ignore[arg-type]

setattr(cls, "__call__", __call__)

Expand Down

0 comments on commit ba22f97

Please sign in to comment.