diff --git a/aiohttp/pytest_plugin.py b/aiohttp/pytest_plugin.py index 6bad0e22271..cf4bb42889f 100644 --- a/aiohttp/pytest_plugin.py +++ b/aiohttp/pytest_plugin.py @@ -335,7 +335,7 @@ def raw_test_server( # type: ignore[no-untyped-def] # pragma: no cover @pytest.fixture def aiohttp_client( - loop: asyncio.AbstractEventLoop + loop: asyncio.AbstractEventLoop, ) -> Generator[AiohttpClient, None, None]: """Factory to create a TestClient instance.