mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +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
|
@ -1,11 +1,10 @@
|
|||
"""Tests for distutils.spawn."""
|
||||
import unittest
|
||||
import os
|
||||
import time
|
||||
from test.support import captured_stdout, run_unittest
|
||||
from test.support import run_unittest
|
||||
|
||||
from distutils.spawn import _nt_quote_args
|
||||
from distutils.spawn import spawn, find_executable
|
||||
from distutils.spawn import spawn
|
||||
from distutils.errors import DistutilsExecError
|
||||
from distutils.tests import support
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue