Add missing sys import to socket_helper.py (GH-19791)

This commit is contained in:
Pablo Galindo 2020-04-29 12:32:31 +01:00 committed by GitHub
parent 4db245ee9d
commit 5089bcd33f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ import contextlib
import errno
import socket
import unittest
import sys
from .. import support