Skip to content

Commit

Permalink
Update flags.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuDartiailh authored Jan 18, 2025
1 parent a05a199 commit af5d705
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bytecode/flags.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ def infer_flags(
known_generator = False
possible_generator = False
instr_iter = iter(instructions)
print()
for instr in instr_iter:
if isinstance(
instr,
Expand Down

0 comments on commit af5d705

Please sign in to comment.