Skip to content

Commit d16701d

Browse files
committed
reformat
1 parent aa12a60 commit d16701d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

codeflash/optimization/function_optimizer.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,9 @@ def determine_best_candidate(
414414
code_print(candidate.source_code)
415415
try:
416416
did_update = self.replace_function_and_helpers_with_optimized_code(
417-
code_context=code_context, optimized_code=candidate.source_code, original_helper_code=original_helper_code,
417+
code_context=code_context,
418+
optimized_code=candidate.source_code,
419+
original_helper_code=original_helper_code,
418420
)
419421
if not did_update:
420422
logger.warning(

0 commit comments

Comments
 (0)