Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove unused imports
  • Loading branch information
iritkatriel committed May 1, 2023
commit 1c00e20fe2552b3cbc3bd7b03b69072cccdf4e76
3 changes: 1 addition & 2 deletions Lib/test/test_compiler_assemble.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
import ast
import types

from test.support.bytecode_helper import AssemblerTestCase, CfgOptimizationTestCase
from test.support.bytecode_helper import AssemblerTestCase

from _testinternalcapi import compiler_codegen, optimize_cfg

# Tests for the code-object creation stage of the compiler.

Expand Down