From 310efaf78d024b289887d9d8b536d43e0b05f686 Mon Sep 17 00:00:00 2001 From: Vinit Kudva Date: Mon, 16 Dec 2024 16:00:56 -0500 Subject: [PATCH] Line too long. --- .../chroma/tests/integration_tests/test_vectorstores.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libs/partners/chroma/tests/integration_tests/test_vectorstores.py b/libs/partners/chroma/tests/integration_tests/test_vectorstores.py index 6a123369dc987..d8840c3b07e0b 100644 --- a/libs/partners/chroma/tests/integration_tests/test_vectorstores.py +++ b/libs/partners/chroma/tests/integration_tests/test_vectorstores.py @@ -306,7 +306,8 @@ def test_chroma_with_persistence() -> None: finally: - # Need to stop the chrom system database and segment manager to be able to delete the files after testing + # Need to stop the chrom system database and segment manager + # to be able to delete the files after testing docsearch._client._server._sysdb.stop() docsearch._client._server._manager.stop() @@ -349,7 +350,8 @@ def test_chroma_with_persistence_with_client_settings() -> None: # Or on program exit finally: - # Need to stop the chrom system database and segment manager to be able to delete the files after testing + # Need to stop the chrom system database and segment manager + # to be able to delete the files after testing docsearch._client._server._sysdb.stop() docsearch._client._server._manager.stop()