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:
wim glenn 2021-11-03 15:57:40 -05:00 committed by GitHub
parent 7b438282d3
commit 762173c670
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 64 additions and 66 deletions

View file

@ -1,5 +1,3 @@
import ast
import re
import token
from typing import IO, Any, Dict, Optional, Sequence, Set, Text, Tuple