Skip to content

Commit 28e78d0

Browse files
authored
Add some space
1 parent 931ce2b commit 28e78d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/socket.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ def __getattr__(name):
7373
warnings._deprecated(name, remove=(3, 16))
7474
return _socket.socket
7575
raise AttributeError(f"module {__name__!r} has no attribute {name!r}")
76+
77+
7678
# Set up the socket.AF_* socket.SOCK_* constants as members of IntEnums for
7779
# nicer string representations.
7880
# Note that _socket only knows about the integer values. The public interface

0 commit comments

Comments
 (0)