mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix remaining tests and remove an unused import.
This commit is contained in:
parent
c4c59050c8
commit
076dbd0560
4 changed files with 7 additions and 6 deletions
|
@ -14,7 +14,7 @@ import shutil
|
|||
import zipfile
|
||||
|
||||
from importlib.util import source_from_cache
|
||||
from test.support import make_legacy_pyc, strip_python_stderr, temp_dir
|
||||
from test.support import make_legacy_pyc, strip_python_stderr
|
||||
|
||||
|
||||
# Cached result of the expensive test performed in the function below.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue