mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +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
|
@ -4,14 +4,12 @@ from typing import TextIO
|
|||
from analyzer import (
|
||||
Instruction,
|
||||
Uop,
|
||||
analyze_files,
|
||||
Properties,
|
||||
Skip,
|
||||
)
|
||||
from cwriter import CWriter
|
||||
from typing import Callable, Mapping, TextIO, Iterator
|
||||
from lexer import Token
|
||||
from stack import StackOffset, Stack
|
||||
from stack import Stack
|
||||
|
||||
|
||||
ROOT = Path(__file__).parent.parent.parent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue