Skip to content

Commit

Permalink
Fix import of blib2to3.pgen2.driver (#3546)
Browse files Browse the repository at this point in the history
  • Loading branch information
yilei committed Feb 4, 2023
1 parent b0d1fba commit dd0e912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blib2to3/pgen2/parse.py
Expand Up @@ -32,7 +32,7 @@
from blib2to3.pytree import convert, NL, Context, RawNode, Leaf, Node

if TYPE_CHECKING:
from blib2to3.driver import TokenProxy
from blib2to3.pgen2.driver import TokenProxy


Results = Dict[Text, NL]
Expand Down

0 comments on commit dd0e912

Please sign in to comment.