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 15aacdb commit c24fc90Copy full SHA for c24fc90
codeflash/code_utils/formatter.py
@@ -113,7 +113,7 @@ def format_code(
113
path = Path(path)
114
115
original_code = path.read_text(encoding="utf8")
116
- # we dont' count the formatting diff for the optimized function as it should be well-formatted (if it's provided)
+ # we dont' count the formatting diff for the optimized function as it should be well-formatted
117
original_code_without_opfunc = original_code.replace(optimized_function, "")
118
119
original_temp = Path(test_dir_str) / "original_temp.py"
0 commit comments