mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +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 signal
|
||||
import socket
|
||||
import sys
|
||||
from test import support
|
||||
from time import sleep
|
||||
import unittest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue