mirror of
https://github.com/codeflash-ai/codeflash-internal.git
synced 2026-05-04 18:25:18 +00:00
style: auto-fix linting issues
This commit is contained in:
parent
ff35883ce6
commit
f31b428a72
1 changed files with 1 additions and 2 deletions
|
|
@ -114,8 +114,7 @@ async def _review_single_test(
|
|||
failed_lines.append(f"- `{fn}`")
|
||||
failed_note = (
|
||||
"Note: The following functions failed behavioral tests and are already flagged for repair. "
|
||||
"Do NOT include them in your review — only review the remaining functions.\n"
|
||||
+ "\n".join(failed_lines)
|
||||
"Do NOT include them in your review — only review the remaining functions.\n" + "\n".join(failed_lines)
|
||||
)
|
||||
|
||||
system_prompt = _jinja_env.get_template("testgen_review_system_prompt.md.j2").render()
|
||||
|
|
|
|||
Loading…
Reference in a new issue