Skip to content

Commit 786136a

Browse files
authored
Apply suggestion from @aseembits93
1 parent 7f1445b commit 786136a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeflash/api/aiservice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ def get_optimization_impact(
595595
"benchmark_details": explanation.benchmark_details if explanation.benchmark_details else None,
596596
"optimized_runtime": humanize_runtime(explanation.best_runtime_ns),
597597
"original_runtime": humanize_runtime(explanation.original_runtime_ns),
598-
"codeflash_version": __version__,
598+
"codeflash_version": codeflash_version,
599599
}
600600
console.rule()
601601
try:

0 commit comments

Comments
 (0)