Skip to content

Commit 4ec672f

Browse files
author
Archan Das
committed
remove unused import
1 parent 14558c2 commit 4ec672f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeflash/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from pathlib import Path
66

77
from codeflash.cli_cmds.cli import parse_args, process_pyproject_config
8-
from codeflash.cli_cmds.cmd_init import CODEFLASH_LOGO, ask_run_end_to_end_test, ask_for_telemetry
8+
from codeflash.cli_cmds.cmd_init import CODEFLASH_LOGO, ask_run_end_to_end_test
99
from codeflash.cli_cmds.console import paneled_text
1010
from codeflash.code_utils.config_parser import parse_config_file
1111
from codeflash.optimization import optimizer

0 commit comments

Comments
 (0)