Skip to content

Commit 7f1445b

Browse files
authored
Apply suggestion from @aseembits93
1 parent 497da46 commit 7f1445b

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
@@ -309,7 +309,7 @@ def get_new_explanation( # noqa: D417
309309
original_throughput: str | None = None,
310310
optimized_throughput: str | None = None,
311311
throughput_improvement: str | None = None,
312-
codeflash_version: str | None = "0.17.2",
312+
codeflash_version: str = codeflash_version,
313313
) -> str:
314314
"""Optimize the given python code for performance by making a request to the Django endpoint.
315315

0 commit comments

Comments
 (0)