Fix import of blib2to3.pgen2.driver (#3546)

This commit is contained in:
Yilei "Dolee" Yang 2023-02-03 22:00:09 -08:00 committed by GitHub
parent b0d1fba7ac
commit dd0e912a6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@
from blib2to3.pytree import convert, NL, Context, RawNode, Leaf, Node from blib2to3.pytree import convert, NL, Context, RawNode, Leaf, Node
if TYPE_CHECKING: if TYPE_CHECKING:
from blib2to3.driver import TokenProxy from blib2to3.pgen2.driver import TokenProxy
Results = Dict[Text, NL] Results = Dict[Text, NL]