mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
gh-84623: Remove unused imports in tests (#93772)
This commit is contained in:
parent
65ff27c7d3
commit
3ceb4b8d3a
52 changed files with 8 additions and 65 deletions
|
@ -10,10 +10,9 @@ from test import support
|
|||
from test.support import os_helper
|
||||
from test.support import socket_helper
|
||||
from test.support import captured_stderr
|
||||
from test.support.os_helper import TESTFN, EnvironmentVarGuard, change_cwd
|
||||
from test.support.os_helper import TESTFN, EnvironmentVarGuard
|
||||
import ast
|
||||
import builtins
|
||||
import encodings
|
||||
import glob
|
||||
import io
|
||||
import os
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue