mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
test_selectors: remove unused imports
This commit is contained in:
parent
f67255ab94
commit
6b0fa70547
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import selectors
|
|||
import signal
|
||||
import socket
|
||||
from test import support
|
||||
from time import sleep, perf_counter, get_clock_info
|
||||
from time import sleep
|
||||
import unittest
|
||||
import unittest.mock
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue