Apply patch [skip ci]

This commit is contained in:
open-swe[bot]
2025-09-10 00:16:32 +00:00
parent d5a4bc310a
commit a9906d5af2

View File

@@ -206,7 +206,7 @@ async def test_asimilarity_search() -> None:
@pytest.mark.asyncio
async def test_asimilarity_search_with_score():
async def test_asimilarity_search_with_score() -> None:
"""Test async similarity search with scores."""
async_client = MockAsyncClient()
@@ -445,3 +445,4 @@ async def test_concurrent_async_operations():