Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge committed Feb 26, 2024
1 parent 7dcc7bc commit 9a75548
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 9a75548

Please sign in to comment.