Skip to content

Commit

Permalink
Mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge committed Feb 26, 2024
1 parent dac6c1c commit edfb050
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[import-not-found]
TensorflowHubEmbeddings,
)

return TensorflowHubEmbeddings()
Expand Down

0 comments on commit edfb050

Please sign in to comment.