Apply patch [skip ci]

This commit is contained in:
open-swe[bot]
2025-09-10 00:12:49 +00:00
parent 2e39c1ef45
commit cfa4ee2282

View File

@@ -127,7 +127,6 @@ async def test_chroma_async_with_ids() -> None:
async def test_chroma_async_http_client() -> None:
"""Test async operations with AsyncHttpClient."""
try:
import chromadb
from chromadb import AsyncHttpClient
except ImportError:
pytest.skip("AsyncHttpClient not available in this ChromaDB version")
@@ -1053,3 +1052,4 @@ def test_delete_where_clause(client: chromadb.ClientAPI) -> None:
assert vectorstore._collection.count() == 1
# Clean up
vectorstore.delete_collection()