Fix import of blib2to3.pgen2.driver (#3546)
This commit is contained in:
parent
b0d1fba7ac
commit
dd0e912a6e
@ -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]
|
||||||
|
Loading…
Reference in New Issue
Block a user