Skip to content

Commit 5c2658c

Browse files
committed
-
1 parent 0dadd07 commit 5c2658c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source_py3/python_toolbox/combi/chain_space.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@ def __getitem__(self, i):
8484

8585
def __iter__(self):
8686
for sequence in self.sequences:
87-
# yield from sequence Commenting for fucking Pypy
88-
for i in sequence: yield i
87+
yield from sequence
8988

9089
_reduced = property(lambda self: (type(self), self.sequences))
9190

0 commit comments

Comments
 (0)