Skip to content

Commit 4aac649

Browse files
Add pragma: nocover
1 parent ba3f942 commit 4aac649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

httpcore/_backends/anyio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ async def connect_tcp(
120120
local_host=local_address,
121121
)
122122
# By default TCP sockets opened in `asyncio` include TCP_NODELAY.
123-
for option in socket_options:
123+
for option in socket_options: # pragma: nocover
124124
stream._raw_socket.setsockopt(*option) # type: ignore[attr-defined] # pragma: no cover
125125
return AnyIOStream(stream)
126126

0 commit comments

Comments
 (0)