mirror of
https://github.com/python/cpython.git
synced 2025-09-27 18:59:43 +00:00
Issue #23009: Add missing "import sys" in test_selectors
This commit is contained in:
parent
14d45c06eb
commit
f6228f02d7
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ import random
|
||||||
import selectors
|
import selectors
|
||||||
import signal
|
import signal
|
||||||
import socket
|
import socket
|
||||||
|
import sys
|
||||||
from test import support
|
from test import support
|
||||||
from time import sleep
|
from time import sleep
|
||||||
import unittest
|
import unittest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue