Skip to content

Commit

Permalink
Lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer committed Apr 7, 2021
1 parent c77a9a1 commit 1838b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiohttp/pytest_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1838b1f

Please sign in to comment.