Skip to content

Commit 252381f

Browse files
committed
codeflash suggestion
1 parent 8879e2e commit 252381f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

codeflash/code_utils/code_replacer.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,8 +410,6 @@ def clean_concolic_tests(test_suite_code: str) -> str:
410410
if not can_parse:
411411
return AssertCleanup().transform_asserts(test_suite_code)
412412

413-
tree = ast.parse(test_suite_code)
414-
415413
for node in ast.walk(tree):
416414
if isinstance(node, ast.FunctionDef) and node.name.startswith("test_"):
417415
new_body = []

0 commit comments

Comments
 (0)