diff --git a/src/trio/socket.py b/src/trio/socket.py index c2e326f2a4..979f22fdc9 100644 --- a/src/trio/socket.py +++ b/src/trio/socket.py @@ -8,6 +8,7 @@ # here. # We still have some underscore names though but only a few. # Uses `from x import y as y` for compatibility with `pyright --verifytypes` (#2625) +# # Dynamically re-export whatever constants this particular Python happens to # have: import socket as _stdlib_socket