Skip to content

Commit 9edb265

Browse files
committed
Remove changes to list tests.
1 parent 684ccaf commit 9edb265

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_list.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import sys
22
from test import list_tests
3-
from test import support
43
from test.support import cpython_only
54
import pickle
65
import unittest
@@ -310,6 +309,5 @@ def test_tier2_invalidates_iterator(self):
310309
a.append(4)
311310
self.assertEqual(list(it), [])
312311

313-
314312
if __name__ == "__main__":
315313
unittest.main()

0 commit comments

Comments
 (0)