mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +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
|
@ -4,7 +4,7 @@ import builtins
|
|||
import sys
|
||||
import unittest
|
||||
|
||||
from test.support import swap_item, swap_attr, skip_wasi_stack_overflow, Py_DEBUG
|
||||
from test.support import swap_item, swap_attr, skip_wasi_stack_overflow
|
||||
|
||||
|
||||
class RebindBuiltinsTests(unittest.TestCase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue