Skip to content

Commit 4f2338f

Browse files
Update Lib/test/test_itertools.py
Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
1 parent 90e995b commit 4f2338f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_itertools.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,6 @@ def keyfunc(obj):
734734
self.assertRaises(ExpectedError, gulp, [None, None], keyfunc)
735735

736736
def test_groupby_reentrant_eq_does_not_crash(self):
737-
738737
class Key(bytearray):
739738
seen = False
740739
def __eq__(self, other):

0 commit comments

Comments
 (0)