mirror of
https://github.com/python/cpython.git
synced 2025-10-17 12:18:23 +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
|
@ -4,7 +4,6 @@ init = util.import_importlib('importlib')
|
|||
machinery = util.import_importlib('importlib.machinery')
|
||||
importlib_util = util.import_importlib('importlib.util')
|
||||
|
||||
import contextlib
|
||||
import importlib.util
|
||||
import os
|
||||
import pathlib
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue