Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 12, 2024
1 parent 72a4d8f commit 59294c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_sockets.py
Original file line number Diff line number Diff line change
Expand Up @@ -1853,7 +1853,6 @@ async def test_connect_tcp_getaddrinfo_context() -> None:


async def test_wait_socket_readable(anyio_backend_name: str) -> None:

def client(port: int) -> None:
with socket.socket(socket.AF_INET, socket.SOCK_STREAM) as sock:
sock.connect(("127.0.0.1", port))
Expand Down

0 comments on commit 59294c0

Please sign in to comment.