Skip to content

Commit a04dc98

Browse files
committed
merge commit fix
1 parent 13a82fd commit a04dc98

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
@@ -938,9 +938,9 @@ def determine_best_candidate(
938938
candidates,
939939
future_line_profile_results,
940940
all_refinements_data,
941-
self.future_all_code_repair,
942941
self.aiservice_client,
943942
self.executor,
943+
self.future_all_code_repair,
944944
)
945945
candidate_index = 0
946946

0 commit comments

Comments
 (0)