Apply patch [skip ci]

This commit is contained in:
open-swe[bot]
2025-09-10 00:19:12 +00:00
parent 0ffa53b6ca
commit 659f4db30b

View File

@@ -414,7 +414,7 @@ async def test_async_empty_metadata_handling() -> None:
@pytest.mark.asyncio
async def test_concurrent_async_operations():
async def test_concurrent_async_operations() -> None:
"""Test that multiple async operations can run concurrently."""
async_client = MockAsyncClient()
@@ -454,3 +454,4 @@ async def test_concurrent_async_operations():