File tree Expand file tree Collapse file tree 3 files changed +371
-326
lines changed
Expand file tree Collapse file tree 3 files changed +371
-326
lines changed Original file line number Diff line number Diff line change @@ -149,4 +149,6 @@ def ask_should_use_checkpoint_get_functions(args: argparse.Namespace) -> Optiona
149149 console .rule ()
150150 else :
151151 previous_checkpoint_functions = None
152+
153+ console .rule ()
152154 return previous_checkpoint_functions
Original file line number Diff line number Diff line change 1313import git
1414import libcst as cst
1515from pydantic .dataclasses import dataclass
16- from rich .console import Console
1716from rich .tree import Tree
1817
1918from codeflash .api .cfapi import get_blocklisted_functions , is_function_being_optimized_again
3938
4039 from codeflash .models .models import CodeOptimizationContext
4140 from codeflash .verification .verification_utils import TestConfig
42- from rich import box
43- from rich .panel import Panel
4441from rich .text import Text
4542
4643
You can’t perform that action at this time.
0 commit comments