Skip to content

Commit 62dde7b

Browse files
committed
ui fix
1 parent fe910ca commit 62dde7b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

codeflash/code_utils/checkpoint.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
from rich.prompt import Confirm
1212

13+
from codeflash.cli_cmds.console import console
14+
1315
if TYPE_CHECKING:
1416
import argparse
1517

@@ -144,4 +146,5 @@ def ask_should_use_checkpoint_get_functions(args: argparse.Namespace) -> Optiona
144146
pass
145147
else:
146148
previous_checkpoint_functions = None
149+
console.rule()
147150
return previous_checkpoint_functions

0 commit comments

Comments
 (0)