From 46b0c343e675e50d22a2141c3997b655d3021c61 Mon Sep 17 00:00:00 2001 From: CoolCat467 <52022020+CoolCat467@users.noreply.github.com> Date: Mon, 22 Jan 2024 15:56:53 -0600 Subject: [PATCH] Put whitespace back --- src/trio/socket.py | 1 + 1 file changed, 1 insertion(+) 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