Skip to content

Commit

Permalink
Add ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge committed Feb 26, 2024
1 parent 9a75548 commit a3b4e2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def _get_default_embeddings(cls) -> "TensorflowHubEmbeddings":
# TODO: Change to vertexai embbedingss

from langchain_community.embeddings import (
TensorflowHubEmbeddings, # type ignore
TensorflowHubEmbeddings, # type: ignore
)

return TensorflowHubEmbeddings()
Expand Down

0 comments on commit a3b4e2d

Please sign in to comment.