Skip to content

Commit

Permalink
Line too long.
Browse files Browse the repository at this point in the history
  • Loading branch information
da-vin-ci committed Dec 16, 2024
1 parent 1493e64 commit 310efaf
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down Expand Up @@ -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()

Expand Down

0 comments on commit 310efaf

Please sign in to comment.