Skip to content

Commit

Permalink
Ignore type
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge committed Feb 26, 2024
1 parent edfb050 commit 7dcc7bc
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,
TensorflowHubEmbeddings, #type ignore
)

return TensorflowHubEmbeddings()
Expand Down

0 comments on commit 7dcc7bc

Please sign in to comment.