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 16ca27e commit 59e3667Copy full SHA for 59e3667
codeflash/optimization/function_optimizer.py
@@ -616,7 +616,6 @@ def reformat_code_and_helpers(
616
range_1_0, range_1_1 = range_1
617
new_code_lines = new_code_lines[:range_0_0] + formatted_code_lines[range_1_0:range_1_1 + 1] + new_code_lines[range_0_1 + 1:]
618
new_code = "\n".join(new_code_lines)
619
- breakpoint()
620
path.write_text(new_code, encoding="utf8")
621
622
if should_sort_imports:
0 commit comments