X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/2082a325fdd14f0aabd88f7f12a20f9fb085c538..e5490e96232e301e9eed971984bb75f2f87475b0:/src/blib2to3/pgen2/parse.py?ds=inline diff --git a/src/blib2to3/pgen2/parse.py b/src/blib2to3/pgen2/parse.py index 8c374d3..47c8f02 100644 --- a/src/blib2to3/pgen2/parse.py +++ b/src/blib2to3/pgen2/parse.py @@ -15,8 +15,6 @@ from . import token from typing import ( Optional, Text, - Sequence, - Any, Union, Tuple, Dict,