Skip to content

Commit

Permalink
Fix deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Pliner committed Sep 1, 2024
1 parent 1465bd9 commit 0bab78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ async def _handle_client(


@pytest.fixture
async def tcp_proxy(loop: asyncio.AbstractEventLoop) -> AsyncIterable[Callable[[int, int], Awaitable[TcpProxy]]]:
async def tcp_proxy(event_loop: asyncio.AbstractEventLoop) -> AsyncIterable[Callable[[int, int], Awaitable[TcpProxy]]]:
proxy: Optional[TcpProxy] = None

async def go(src_port: int, dst_port: int) -> TcpProxy:
Expand Down

0 comments on commit 0bab78f

Please sign in to comment.