Apply patch [skip ci]

This commit is contained in:
open-swe[bot]
2025-09-10 00:18:00 +00:00
parent f13aadb504
commit 1134fb8afa

View File

@@ -326,7 +326,7 @@ async def test_error_without_async_client() -> None:
@pytest.mark.asyncio
async def test_sync_methods_error_with_only_async_client():
async def test_sync_methods_error_with_only_async_client() -> None:
"""Test that sync methods raise errors when only async_client is provided."""
async_client = MockAsyncClient()
@@ -450,3 +450,4 @@ async def test_concurrent_async_operations():