mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 14:25:00 +00:00
lint
This commit is contained in:
parent
3c1681942a
commit
1b57a6a703
2 changed files with 5 additions and 3 deletions
3
utils.py
3
utils.py
|
@ -52,6 +52,7 @@ def quoted_file(fname):
|
|||
prompt += "\n```\n"
|
||||
return prompt
|
||||
|
||||
|
||||
def strip_quoted_wrapping(res, fname=None):
|
||||
if not res:
|
||||
return res
|
||||
|
@ -68,4 +69,4 @@ def strip_quoted_wrapping(res, fname=None):
|
|||
if res and res[-1] != "\n":
|
||||
res += "\n"
|
||||
|
||||
return res
|
||||
return res
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue