Skip to content

Commit 5089bcd

Browse files
authored
Add missing sys import to socket_helper.py (GH-19791)
1 parent 4db245e commit 5089bcd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/support/socket_helper.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
import errno
33
import socket
44
import unittest
5+
import sys
56

67
from .. import support
78

0 commit comments

Comments
 (0)