Apply patch [skip ci]

This commit is contained in:
open-swe[bot]
2025-09-10 00:17:42 +00:00
parent b3124a3aba
commit f13aadb504

View File

@@ -297,7 +297,7 @@ async def test_areset_collection() -> None:
@pytest.mark.asyncio
async def test_error_without_async_client():
async def test_error_without_async_client() -> None:
"""Test that async methods raise errors when async_client is not provided."""
# Initialize without async client
chroma = Chroma(
@@ -449,3 +449,4 @@ async def test_concurrent_async_operations():