mirror of
https://github.com/python/cpython.git
synced 2025-10-23 07:02:24 +00:00
Remove unused imports in tests (GH-14518)
This commit is contained in:
parent
f9b7457bd7
commit
8f4ef3b019
53 changed files with 31 additions and 84 deletions
|
@ -15,7 +15,7 @@ import threading
|
|||
import unittest
|
||||
from unittest import mock
|
||||
from test.support import (
|
||||
verbose, import_module, run_unittest, TESTFN, reap_threads,
|
||||
verbose, run_unittest, TESTFN, reap_threads,
|
||||
forget, unlink, rmtree, start_threads)
|
||||
|
||||
def task(N, done, done_tasks, errors):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue