mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-27 15:55:00 +00:00
style: remove extra blank line in test_coder.py
This commit is contained in:
parent
d696673f07
commit
c84e192324
1 changed files with 0 additions and 1 deletions
|
@ -848,7 +848,6 @@ This command will print 'Hello, World!' to the console."""
|
||||||
self.assertEqual(result, [])
|
self.assertEqual(result, [])
|
||||||
coder.commands.scraper.scrape.assert_not_called()
|
coder.commands.scraper.scrape.assert_not_called()
|
||||||
|
|
||||||
|
|
||||||
def test_coder_create_with_new_file_oserror(self):
|
def test_coder_create_with_new_file_oserror(self):
|
||||||
with GitTemporaryDirectory():
|
with GitTemporaryDirectory():
|
||||||
io = InputOutput(yes=True)
|
io = InputOutput(yes=True)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue