mirror of
https://github.com/python/cpython.git
synced 2025-09-02 23:18:25 +00:00
gh-131152: Remove unused imports from tests (#131153)
This commit is contained in:
parent
0c6c52f496
commit
73ab9e2ede
22 changed files with 10 additions and 34 deletions
|
@ -1,12 +1,10 @@
|
|||
# Run the tests in Programs/_testembed.c (tests for the CPython embedding APIs)
|
||||
from test import support
|
||||
from test.libregrtest.utils import get_build_info
|
||||
from test.support import import_helper, os_helper, threading_helper, MS_WINDOWS
|
||||
import unittest
|
||||
|
||||
from collections import namedtuple
|
||||
import contextlib
|
||||
import io
|
||||
import json
|
||||
import os
|
||||
import os.path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue