Skip to content

Commit 40c4108

Browse files
committed
oopsie mergie
1 parent f5c98e5 commit 40c4108

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
@@ -1530,7 +1530,7 @@ def establish_original_code_baseline(
15301530
assert (test_framework := self.args.test_framework) in {"pytest", "unittest"} # noqa: RUF018
15311531
success = True
15321532

1533-
test_env = self.get_test_env(codeflash_loop_index=0, codeflash_test_iteration=0, codeflash_tracer_disable=1)
1533+
test_env = self.get_test_env(codeflash_loop_index=0, codeflash_test_iteration=0, codeflash_tracer_disable=1)
15341534

15351535
if self.function_to_optimize.is_async:
15361536
from codeflash.code_utils.instrument_existing_tests import (

0 commit comments

Comments
 (0)