mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
gh-120417: Remove unused imports in cases_generator (#120622)
This commit is contained in:
parent
2c66318cdc
commit
35b16795d1
11 changed files with 7 additions and 30 deletions
|
@ -18,13 +18,12 @@ from generators_common import (
|
|||
ROOT,
|
||||
write_header,
|
||||
emit_tokens,
|
||||
emit_to,
|
||||
replace_sync_sp,
|
||||
)
|
||||
from cwriter import CWriter
|
||||
from typing import TextIO, Iterator
|
||||
from lexer import Token
|
||||
from stack import Stack, SizeMismatch, UNUSED
|
||||
from stack import Stack, SizeMismatch
|
||||
|
||||
DEFAULT_OUTPUT = ROOT / "Python/optimizer_cases.c.h"
|
||||
DEFAULT_ABSTRACT_INPUT = (ROOT / "Python/optimizer_bytecodes.c").absolute().as_posix()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue