diff --git a/tests/test_client_functional.py b/tests/test_client_functional.py index ec045f82feb..81a80eca677 100644 --- a/tests/test_client_functional.py +++ b/tests/test_client_functional.py @@ -3034,7 +3034,7 @@ async def handler(request): await resp.read() -async def test_timeout_with_full_buffer(aiohttp_client: Any) -> None: +async def test_timeout_with_full_buffer(aiohttp_client) -> None: async def handler(request): """Server response that never ends and always has more data available.""" resp = web.StreamResponse()