Skip to content
Prev Previous commit
Next Next commit
whitespace
  • Loading branch information
iritkatriel authored May 14, 2023
commit 0d9d4b0a1c8057f70c87c79fdbd65cbcfa6d6318
1 change: 0 additions & 1 deletion Python/ast.c
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,6 @@ validate_pattern(struct validator *state, pattern_ty p, int star_ok)
break;
}
}

if (ret == 0) {
break;
}
Expand Down