mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-132396: Resolve 'redefinition of unused name' errors in `Lib/test/
` (#132397)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
parent
4c3d187d9f
commit
1d5dc5f1c3
9 changed files with 22 additions and 26 deletions
|
@ -190,7 +190,6 @@ class TestPkg(unittest.TestCase):
|
|||
]
|
||||
self.mkhier(hier)
|
||||
|
||||
import t5
|
||||
s = """
|
||||
from t5 import *
|
||||
self.assertEqual(dir(), ['foo', 'self', 'string', 't5'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue