From 0f85671630595a0c90a801c32950b44343981404 Mon Sep 17 00:00:00 2001 From: Bagatur Date: Tue, 29 Aug 2023 14:55:25 -0700 Subject: [PATCH] fmt --- libs/langchain/langchain/vectorstores/deeplake.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/langchain/langchain/vectorstores/deeplake.py b/libs/langchain/langchain/vectorstores/deeplake.py index 9c8c8e15e1..c5425294e8 100644 --- a/libs/langchain/langchain/vectorstores/deeplake.py +++ b/libs/langchain/langchain/vectorstores/deeplake.py @@ -140,7 +140,8 @@ class DeepLake(VectorStore): and version_compare(deeplake.__version__, "3.6.7") == -1 ): raise ImportError( - "To use tensor_db option you need to update deeplake to `3.6.7` or higher. " + "To use tensor_db option you need to update deeplake to `3.6.7` or " + "higher. " f"Currently installed deeplake version is {deeplake.__version__}. " )