Skip to content

Commit ca6d8e6

Browse files
committed
precommit fix
1 parent b893923 commit ca6d8e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeflash/optimization/function_optimizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ def determine_best_candidate(
598598
original_runtime=original_code_baseline.runtime,
599599
optimized_runtime=optimized_runtimes,
600600
is_correct=is_correct,
601-
optimized_line_profiler_results=optimized_line_profiler_results
601+
optimized_line_profiler_results=optimized_line_profiler_results,
602602
)
603603
return best_optimization
604604

0 commit comments

Comments
 (0)