mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Add missing sys import to socket_helper.py (GH-19791)
This commit is contained in:
parent
4db245ee9d
commit
5089bcd33f
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ import contextlib
|
|||
import errno
|
||||
import socket
|
||||
import unittest
|
||||
import sys
|
||||
|
||||
from .. import support
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue