Skip to content

Commit 37769f9

Browse files
committed
fixes
1 parent 09d7c09 commit 37769f9

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

codeflash/optimization/function_optimizer.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -138,15 +138,6 @@ def optimize_function(self) -> Result[BestOptimization, str]:
138138
return Failure("Codeflash does not support async functions in the code to optimize.")
139139
code_print(code_context.read_writable_code)
140140

141-
# for module_abspath, helper_code_source in original_helper_code.items():
142-
# code_context.code_to_optimize_with_helpers = add_needed_imports_from_module(
143-
# helper_code_source,
144-
# code_context.code_to_optimize_with_helpers,
145-
# module_abspath,
146-
# self.function_to_optimize.file_path,
147-
# self.args.project_root,
148-
# )
149-
150141
generated_test_paths = [
151142
get_test_file_path(
152143
self.test_cfg.tests_root, self.function_to_optimize.function_name, test_index, test_type="unit"

0 commit comments

Comments
 (0)