Skip to content

Commit a4300a5

Browse files
committed
Fix linter issues.
1 parent c4b2e95 commit a4300a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Python/flowgraph.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3268,7 +3268,7 @@ optimize_load_fast(cfg_builder *g)
32683268
break;
32693269
}
32703270
}
3271-
3271+
32723272
if (depth_from_tos_at_block_end != -1) {
32733273
can_borrow = check_borrow_safety_globally(block, depth_from_tos_at_block_end, local_idx, g);
32743274
} else {
@@ -3305,7 +3305,7 @@ optimize_load_fast(cfg_builder *g)
33053305
can_borrow = false;
33063306
}
33073307
}
3308-
3308+
33093309
if (unconsumed_in_block && !found_any_on_stack) {
33103310
can_borrow = false;
33113311
}

0 commit comments

Comments
 (0)