We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14558c2 commit 4ec672fCopy full SHA for 4ec672f
codeflash/main.py
@@ -5,7 +5,7 @@
5
from pathlib import Path
6
7
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
+from codeflash.cli_cmds.cmd_init import CODEFLASH_LOGO, ask_run_end_to_end_test
9
from codeflash.cli_cmds.console import paneled_text
10
from codeflash.code_utils.config_parser import parse_config_file
11
from codeflash.optimization import optimizer
0 commit comments