mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
gh-105407: Remove unused imports in tests (#105408)
This commit is contained in:
parent
d3a0eacbf3
commit
ae319e4b43
23 changed files with 2 additions and 35 deletions
|
@ -1,4 +1,3 @@
|
|||
from warnings import catch_warnings
|
||||
from test.test_importlib import abc, util
|
||||
|
||||
machinery = util.import_importlib('importlib.machinery')
|
||||
|
@ -10,7 +9,6 @@ import unittest
|
|||
import warnings
|
||||
import importlib.util
|
||||
import importlib
|
||||
from test.support.script_helper import assert_python_failure
|
||||
|
||||
|
||||
class LoaderTests:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue