test(llm): type Anthropic stream context args

This commit is contained in:
alvedder 2026-07-23 22:21:16 +05:00
parent ca00c7c5cc
commit 77a1aa1072
1 changed files with 1 additions and 1 deletions

View File

@ -494,7 +494,7 @@ async def test_anthropic_backend_passes_timeout_to_stream_request() -> None:
"""Return the stream object used by the backend."""
return self
async def __aexit__(self, *_args):
async def __aexit__(self, *_args: object) -> bool:
"""Do not suppress stream errors."""
return False