style: remove extra blank line in test_coder.py

This commit is contained in:
Paul Gauthier (aider) 2024-11-25 18:42:09 -08:00
parent d696673f07
commit c84e192324

View file

@ -848,7 +848,6 @@ This command will print 'Hello, World!' to the console."""
self.assertEqual(result, [])
coder.commands.scraper.scrape.assert_not_called()
def test_coder_create_with_new_file_oserror(self):
with GitTemporaryDirectory():
io = InputOutput(yes=True)