test(llm): type Anthropic stream context args
This commit is contained in:
parent
ca00c7c5cc
commit
77a1aa1072
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue