Skip to content

Commit 9f3dec6

Browse files
authored
whitespace
1 parent dcfdae8 commit 9f3dec6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Python/specialize.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2423,7 +2423,6 @@ binary_op_fail_kind(int oparg, PyObject *lhs, PyObject *rhs)
24232423
if (PySlice_Check(rhs)) {
24242424
return SPEC_FAIL_BINARY_OP_SUBSCR_OTHER_SLICE;
24252425
}
2426-
24272426
return SPEC_FAIL_BINARY_OP_SUBSCR;
24282427
}
24292428
Py_UNREACHABLE();

0 commit comments

Comments
 (0)