mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Clean up unused imports for the peg generator module (GH-19891)
This commit is contained in:
parent
7f06af684a
commit
c95e691c90
9 changed files with 4 additions and 17 deletions
|
|
@ -1,10 +1,9 @@
|
|||
#!/usr/bin/env python3.8
|
||||
|
||||
import argparse
|
||||
import collections
|
||||
import pprint
|
||||
import sys
|
||||
from typing import Optional, Set, Dict
|
||||
from typing import Set, Dict
|
||||
|
||||
from pegen.build import build_parser
|
||||
from pegen.grammar import (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue