mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-20 10:51:15 +08:00
Add fixers to lib2to3 (#10003)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import sys
|
||||
from lib2to3.pgen2.grammar import Grammar
|
||||
|
||||
from .pgen2.grammar import Grammar
|
||||
|
||||
class Symbols:
|
||||
def __init__(self, grammar: Grammar) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user