X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/8d80aecd50ea55a817807ae2d5174ccedaf12ecb..c1e30d97fe39e4c1b1967571b7e3854547239bf6:/src/blib2to3/pgen2/token.py diff --git a/src/blib2to3/pgen2/token.py b/src/blib2to3/pgen2/token.py index 117cc09..ed2fc4e 100644 --- a/src/blib2to3/pgen2/token.py +++ b/src/blib2to3/pgen2/token.py @@ -1,8 +1,6 @@ """Token constants (from "token.h").""" -from typing import Dict - -from typing import Final +from typing import Dict, Final # Taken from Python (r53757) and modified to include some tokens # originally monkeypatched in by pgen2.tokenize