Skip to content

Commit 2325ef7

Browse files
committed
refresh lockfile
1 parent 2f5f79e commit 2325ef7

File tree

3 files changed

+371
-326
lines changed

3 files changed

+371
-326
lines changed

codeflash/code_utils/checkpoint.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

codeflash/discovery/functions_to_optimize.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
import git
1414
import libcst as cst
1515
from pydantic.dataclasses import dataclass
16-
from rich.console import Console
1716
from rich.tree import Tree
1817

1918
from codeflash.api.cfapi import get_blocklisted_functions, is_function_being_optimized_again
@@ -39,8 +38,6 @@
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
4441
from rich.text import Text
4542

4643

0 commit comments

Comments
 (0)