Add missing sys import to socket_helper.py (GH-19791)
This commit is contained in:
parent
4db245ee9d
commit
5089bcd33f
|
@ -2,6 +2,7 @@ import contextlib
|
|||
import errno
|
||||
import socket
|
||||
import unittest
|
||||
import sys
|
||||
|
||||
from .. import support
|
||||
|
||||
|
|
Loading…
Reference in New Issue