Clean up unused imports for the peg generator module (GH-19891)

This commit is contained in:
Anthony Shaw 2020-05-04 12:03:05 +10:00 committed by GitHub
parent 7f06af684a
commit c95e691c90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 4 additions and 17 deletions

View file

@ -1,7 +1,7 @@
import argparse
import sys
from typing import Any, Iterator, Iterable, Callable
from typing import Any, Iterator, Callable
from pegen.build import build_parser
from pegen.grammar import Grammar, Rule