Skip to content

Commit 638e724

Browse files
committed
Remove unused imports
1 parent 45f9ce8 commit 638e724

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/peg_generator/pegen/validator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from pegen import grammar
2-
from pegen.grammar import Alt, GrammarVisitor, Rhs, Rule, Cut, Repeat, Opt, NamedItem
2+
from pegen.grammar import Alt, GrammarVisitor, Rhs, Rule
33

44

55
class ValidationError(Exception):

0 commit comments

Comments
 (0)