Skip to content

Commit 02c48fa

Browse files
committed
style: Break long line in base_prompts.py to comply with flake8 E501
1 parent 51fa2eb commit 02c48fa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

aider/coders/base_prompts.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ class CoderPrompts:
1414
You always COMPLETELY IMPLEMENT the needed code!
1515
"""
1616

17-
overeager_prompt = """Pay careful attention to the scope of the user's request. Do what they ask, but no more."""
17+
overeager_prompt = """Pay careful attention to the scope of the user's request.
18+
Do what they ask, but no more."""
1819

1920
example_messages = []
2021

0 commit comments

Comments
 (0)