mirror of
https://github.com/hwchase17/langchain.git
synced 2026-07-15 07:00:38 +00:00
Apply patch [skip ci]
This commit is contained in:
@@ -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():
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user