mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 03:05:00 +00:00
style: Run linter on patch_prompts.py
This commit is contained in:
parent
8baa99b7ef
commit
30839a5273
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
from .base_prompts import CoderPrompts
|
from .base_prompts import CoderPrompts
|
||||||
from .editblock_prompts import EditBlockPrompts
|
from .editblock_prompts import EditBlockPrompts
|
||||||
|
|
||||||
|
|
||||||
class PatchPrompts(EditBlockPrompts):
|
class PatchPrompts(EditBlockPrompts):
|
||||||
main_system = """Act as an expert software developer.
|
main_system = """Act as an expert software developer.
|
||||||
Always use best practices when coding.
|
Always use best practices when coding.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue