mirror of
https://github.com/python/cpython.git
synced 2025-10-17 04:08:28 +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,15 +4,12 @@ Writes the metadata to pycore_opcode_metadata.h by default.
|
|||
"""
|
||||
|
||||
import argparse
|
||||
import os.path
|
||||
import sys
|
||||
|
||||
from analyzer import (
|
||||
Analysis,
|
||||
Instruction,
|
||||
PseudoInstruction,
|
||||
analyze_files,
|
||||
Skip,
|
||||
Uop,
|
||||
)
|
||||
from generators_common import (
|
||||
|
@ -20,7 +17,6 @@ from generators_common import (
|
|||
ROOT,
|
||||
write_header,
|
||||
cflags,
|
||||
StackOffset,
|
||||
)
|
||||
from cwriter import CWriter
|
||||
from typing import TextIO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue