Skip to content

Commit fea9f7d

Browse files
lint
1 parent 03c1e53 commit fea9f7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/optimizer_bytecodes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ dummy_func(void) {
119119
(void)value;
120120
o = owner;
121121
}
122-
122+
123123
op(_STORE_SUBSCR_DICT, (value, dict_st, sub -- st)) {
124124
(void)value;
125125
st = dict_st;

0 commit comments

Comments
 (0)