Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja committed Oct 9, 2023
1 parent 2e3ff84 commit 5835279
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/blib2to3/pygram.py
Expand Up @@ -63,7 +63,6 @@ class _python_symbols(Symbols):
encoding_decl: int
eval_input: int
except_clause: int
exec_stmt: int
expr: int
expr_stmt: int
exprlist: int
Expand Down Expand Up @@ -97,7 +96,6 @@ class _python_symbols(Symbols):
pattern: int
patterns: int
power: int
print_stmt: int
raise_stmt: int
return_stmt: int
shift_expr: int
Expand Down

0 comments on commit 5835279

Please sign in to comment.