We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50adccb commit 3a320c3Copy full SHA for 3a320c3
src/trio/_tests/test_socket.py
@@ -41,7 +41,7 @@
41
42
43
class MonkeypatchedGAI:
44
- # Explicit "Any" is not allowed
+ # Explicit .../"Any" is not allowed
45
def __init__( # type: ignore[misc]
46
self,
47
orig_getaddrinfo: Callable[..., GetAddrInfoResponse],
0 commit comments