From 9a75548e85f1b6959e50a6644ec013535cdcd559 Mon Sep 17 00:00:00 2001 From: Jorge Date: Mon, 26 Feb 2024 10:56:06 +0100 Subject: [PATCH] Fix format --- .../langchain_google_vertexai/vectorstores/vectorstores.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/vertexai/langchain_google_vertexai/vectorstores/vectorstores.py b/libs/vertexai/langchain_google_vertexai/vectorstores/vectorstores.py index 907ded29..21a7104e 100644 --- a/libs/vertexai/langchain_google_vertexai/vectorstores/vectorstores.py +++ b/libs/vertexai/langchain_google_vertexai/vectorstores/vectorstores.py @@ -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()