mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
gh-131152: Remove unused imports from tests (#131153)
This commit is contained in:
parent
0c6c52f496
commit
73ab9e2ede
22 changed files with 10 additions and 34 deletions
|
@ -10,11 +10,9 @@ import signal
|
|||
import socket
|
||||
import stat
|
||||
import sys
|
||||
import threading
|
||||
import time
|
||||
import unittest
|
||||
from unittest import mock
|
||||
import warnings
|
||||
|
||||
from test import support
|
||||
from test.support import os_helper
|
||||
|
@ -27,7 +25,6 @@ if sys.platform == 'win32':
|
|||
|
||||
|
||||
import asyncio
|
||||
from asyncio import log
|
||||
from asyncio import unix_events
|
||||
from test.test_asyncio import utils as test_utils
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue