mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
style: Apply linter formatting to test_coder.py
This commit is contained in:
parent
a2eb6e7ba0
commit
564ad3964b
1 changed files with 1 additions and 3 deletions
|
@ -434,9 +434,7 @@ new
|
||||||
fname1.write_text("ONE\n")
|
fname1.write_text("ONE\n")
|
||||||
|
|
||||||
io = InputOutput(yes=True)
|
io = InputOutput(yes=True)
|
||||||
coder = Coder.create(
|
coder = Coder.create(self.GPT35, "diff", io=io, fnames=[str(fname1), str(fname2)])
|
||||||
self.GPT35, "diff", io=io, fnames=[str(fname1), str(fname2)]
|
|
||||||
)
|
|
||||||
|
|
||||||
def mock_send(*args, **kwargs):
|
def mock_send(*args, **kwargs):
|
||||||
coder.partial_response_content = f"""
|
coder.partial_response_content = f"""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue