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:
Bénédikt Tran 2025-04-18 19:14:54 +02:00 committed by GitHub
parent 4c3d187d9f
commit 1d5dc5f1c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 22 additions and 26 deletions

View file

@ -190,7 +190,6 @@ class TestPkg(unittest.TestCase):
]
self.mkhier(hier)
import t5
s = """
from t5 import *
self.assertEqual(dir(), ['foo', 'self', 'string', 't5'])