mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-131152: Remove unused imports from tests (part 2) (#131154)
This commit is contained in:
parent
50e9eba32c
commit
b2ca26875a
22 changed files with 6 additions and 28 deletions
|
@ -10,7 +10,6 @@ import os
|
|||
import os.path
|
||||
import errno
|
||||
import functools
|
||||
import pathlib
|
||||
import subprocess
|
||||
import random
|
||||
import string
|
||||
|
@ -32,7 +31,6 @@ except ImportError:
|
|||
from test import support
|
||||
from test.support import os_helper
|
||||
from test.support.os_helper import TESTFN, FakePath
|
||||
from test.support import warnings_helper
|
||||
|
||||
TESTFN2 = TESTFN + "2"
|
||||
TESTFN_SRC = TESTFN + "_SRC"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue