Skip to content

Commit c3b625d

Browse files
committed
ruff
1 parent 899d073 commit c3b625d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

codeflash/optimization/function_optimizer.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1736,8 +1736,6 @@ def run_optimized_candidate(
17361736
original_helper_code: dict[Path, str],
17371737
file_path_to_helper_classes: dict[Path, set[str]],
17381738
) -> Result[OptimizedCandidateResult, str]:
1739-
assert (test_framework := self.args.test_framework) in {"pytest", "unittest"}
1740-
17411739
with progress_bar("Testing optimization candidate"):
17421740
test_env = self.get_test_env(
17431741
codeflash_loop_index=0,

0 commit comments

Comments
 (0)