Skip to content

Commit 3a320c3

Browse files
CoolCat467jakkdl
andauthored
Update src/trio/_tests/test_socket.py
Co-authored-by: John Litborn <[email protected]>
1 parent 50adccb commit 3a320c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/trio/_tests/test_socket.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242

4343
class MonkeypatchedGAI:
44-
# Explicit "Any" is not allowed
44+
# Explicit .../"Any" is not allowed
4545
def __init__( # type: ignore[misc]
4646
self,
4747
orig_getaddrinfo: Callable[..., GetAddrInfoResponse],

0 commit comments

Comments
 (0)