mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Issue #23277: Remove unused imports in tests.
This commit is contained in:
parent
597d15afe4
commit
e437a10d15
79 changed files with 23 additions and 117 deletions
|
@ -6,7 +6,6 @@ support.import_module('_multiprocessing')
|
|||
|
||||
import importlib
|
||||
import importlib.machinery
|
||||
import zipimport
|
||||
import unittest
|
||||
import sys
|
||||
import os
|
||||
|
@ -15,7 +14,7 @@ import py_compile
|
|||
|
||||
from test.support.script_helper import (
|
||||
make_pkg, make_script, make_zip_pkg, make_zip_script,
|
||||
assert_python_ok, assert_python_failure, spawn_python, kill_python)
|
||||
assert_python_ok)
|
||||
|
||||
# Look up which start methods are available to test
|
||||
import multiprocessing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue