Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Removed additional unused f-string to resolve flake8 linting issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rumsie-Grimshaw committed May 26, 2024
1 parent b3eb0c7 commit b42b876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/extract_all_code.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def process_text_file(input_file, output_file):
{"role": "system",
"content": "You are a coding assistant. You reply only in programming code "
"that is correct and formatted. Do NOT reply with any explanation, "
f"only code. If you are given something that is not programming code, "
"only code. If you are given something that is not programming code, "
"you must NOT include it in your response. Do NOT return leading or "
"trailing "
"backticks and do NOT return the language before the code snippet."},
Expand Down

0 comments on commit b42b876

Please sign in to comment.