mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
bpo-44257: fix "assigment_expr" typo + regenerate the grammar, and remove unused imports (GH-29393)
Co-authored-by: Wim Glenn <wglenn@jumptrading.com>
This commit is contained in:
parent
7b438282d3
commit
762173c670
3 changed files with 64 additions and 66 deletions
|
@ -1,5 +1,3 @@
|
|||
import ast
|
||||
import re
|
||||
import token
|
||||
from typing import IO, Any, Dict, Optional, Sequence, Set, Text, Tuple
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue