mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
fix: Remove pretty
argument from Coder.create
method call
This commit is contained in:
parent
fdc728e286
commit
216f03919d
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ after b
|
|||
|
||||
# Initialize the Coder object with the mocked IO and mocked repo
|
||||
coder = Coder.create(
|
||||
self.GPT35, "whole", io=InputOutput(), fnames=files, stream=False, pretty=False
|
||||
self.GPT35, "whole", io=InputOutput(), fnames=files, stream=False
|
||||
)
|
||||
|
||||
# no trailing newline so the response content below doesn't add ANOTHER newline
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue