Skip to content

Commit c6b41b7

Browse files
Update for_helpers.py
1 parent aeb8fe1 commit c6b41b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/irbuild/for_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1204,7 +1204,7 @@ def gen_cleanup(self) -> None:
12041204
for gen in self.gens:
12051205
gen.gen_cleanup()
12061206

1207-
def __sort_conditions(self) -> tuple[list[ForSequence], list[BasicBlock]]:
1207+
def __sort_conditions(self) -> tuple[list[ForGenerator], list[BasicBlock]]:
12081208
# We don't necessarily need to check the gens in order,
12091209
# we just need to know which gen ends first. Some gens
12101210
# are quicker to check than others, so we will check the

0 commit comments

Comments
 (0)