From c84e192324c8497f5b0c1d108975fb1228be3248 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Mon, 25 Nov 2024 18:42:09 -0800 Subject: [PATCH] style: remove extra blank line in test_coder.py --- tests/basic/test_coder.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/basic/test_coder.py b/tests/basic/test_coder.py index f721d4993..c10e126fc 100644 --- a/tests/basic/test_coder.py +++ b/tests/basic/test_coder.py @@ -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)