mirror of
https://github.com/python/cpython.git
synced 2025-08-27 12:16:04 +00:00
bpo-40443: Remove unused imports in tests (GH-19805)
This commit is contained in:
parent
69e802ed81
commit
57572b103e
17 changed files with 4 additions and 20 deletions
|
@ -2217,7 +2217,7 @@ class ExternalTests(unittest.TestCase):
|
|||
|
||||
def test_re_tests(self):
|
||||
're_tests test suite'
|
||||
from test.re_tests import tests, SUCCEED, FAIL, SYNTAX_ERROR
|
||||
from test.re_tests import tests, FAIL, SYNTAX_ERROR
|
||||
for t in tests:
|
||||
pattern = s = outcome = repl = expected = None
|
||||
if len(t) == 5:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue