mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
style: Apply linter formatting to test_wholefile.py
This commit is contained in:
parent
216f03919d
commit
d1fb4c5ab7
1 changed files with 1 additions and 3 deletions
|
@ -288,9 +288,7 @@ after b
|
|||
files = [file1]
|
||||
|
||||
# Initialize the Coder object with the mocked IO and mocked repo
|
||||
coder = Coder.create(
|
||||
self.GPT35, "whole", io=InputOutput(), fnames=files, stream=False
|
||||
)
|
||||
coder = Coder.create(self.GPT35, "whole", io=InputOutput(), fnames=files, stream=False)
|
||||
|
||||
# no trailing newline so the response content below doesn't add ANOTHER newline
|
||||
new_content = "new\ntwo\nthree"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue