Skip to content

Commit a7aa2ce

Browse files
committed
fix trailing whitespace in test_itertools
1 parent f1d2d2a commit a7aa2ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_itertools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ def keys():
757757
def test_grouper_reentrant_eq_does_not_crash(self):
758758
# regression test for gh-146613
759759
grouper_iter = None
760-
760+
761761
class Key:
762762
__hash__ = None
763763

0 commit comments

Comments
 (0)