mirror of
https://github.com/python/cpython.git
synced 2025-10-27 03:34:32 +00:00
Remove unnecessary imports in the grammar parser (GH-24904)
This commit is contained in:
parent
9976834f80
commit
e272528bbd
2 changed files with 2 additions and 8 deletions
|
|
@ -27,10 +27,7 @@
|
|||
# @generated by pegen from {filename}
|
||||
|
||||
import ast
|
||||
import sys
|
||||
import tokenize
|
||||
|
||||
from typing import Any, Optional
|
||||
from typing import Optional
|
||||
|
||||
from pegen.parser import memoize, memoize_left_rec, logger, Parser
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue