Apply patch [skip ci]

This commit is contained in:
open-swe[bot]
2025-09-10 00:24:37 +00:00
parent 87ad080773
commit 9cfe551e3c

View File

@@ -440,5 +440,3 @@ async def test_concurrent_async_operations() -> None:
assert all(results[0]) # type: ignore[arg-type] # First add_texts returned IDs
assert all(results[1]) # type: ignore[arg-type] # Second add_texts returned IDs
assert isinstance(results[2], list) # Search returned documents