Skip to content

Commit c24fc90

Browse files
remove comment
1 parent 15aacdb commit c24fc90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeflash/code_utils/formatter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def format_code(
113113
path = Path(path)
114114

115115
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)
116+
# we dont' count the formatting diff for the optimized function as it should be well-formatted
117117
original_code_without_opfunc = original_code.replace(optimized_function, "")
118118

119119
original_temp = Path(test_dir_str) / "original_temp.py"

0 commit comments

Comments
 (0)