Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinL committed Dec 6, 2024
1 parent 7d53c4e commit 72f24c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/create_llm_prompt_long.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,10 +338,10 @@ def fetch_url_content(url):

# Append additional instructions to the output file
with open(output_filename, "a", encoding="utf-8") as f:
f.write("\n\nIMPORTANT Instructions to LLMs:\n")
f.write("IMPORTANT Instructions to LLMs:")
f.write(additional_instructions_to_llms)

print(
print( # NOQA: T201
"Docstrings extracted, saved, and all specified content including tips and "
f"instructions appended to {output_filename}"
) # NOQA: T201

0 comments on commit 72f24c7

Please sign in to comment.