Skip to content

Commit 619f04a

Browse files
authored
Merge branch 'main' into e2e/worktree-test
2 parents 12df98c + a62405d commit 619f04a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

codeflash/cli_cmds/cmd_init.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,7 @@ def __init__(self) -> None:
199199
self.Question.brackets_color = inquirer.themes.term.bright_blue
200200
self.Question.default_color = inquirer.themes.term.bright_cyan
201201
self.List.selection_color = inquirer.themes.term.bright_blue
202-
self.List.selection_cursor = "⚡"
203202
self.Checkbox.selection_color = inquirer.themes.term.bright_blue
204-
self.Checkbox.selection_cursor = "⚡"
205203
self.Checkbox.selected_icon = "✅"
206204
self.Checkbox.unselected_icon = "⬜"
207205

0 commit comments

Comments
 (0)