Python 2.5 try/except reduce fix

Start getting aligner up to date
This commit is contained in:
rocky
2024-07-12 14:15:04 -04:00
parent efbd6570b0
commit cb2b90a94f
5 changed files with 19 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
# Copyright (c) 2020, 2022, 2024 Rocky Bernstein
def tryexcept(self, lhs, n: int, rule, ast, tokens, first: int, last: int):
def tryexcept(self, lhs, n, rule, ast, tokens, first, last):
come_from_except = ast[-1]
if rule == (
"try_except",