We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c35bd4 commit 66419eaCopy full SHA for 66419ea
mypyc/irbuild/for_helpers.py
@@ -436,7 +436,7 @@ def make_for_loop_generator(
436
line: int,
437
is_async: bool = False,
438
nested: bool = False,
439
- body_insts: Optional[GenFunc] = None,
+ body_insts: GenFunc | None = None,
440
can_unroll: bool = True,
441
) -> ForGenerator:
442
"""Return helper object for generating a for loop over an iterable.
0 commit comments