From d1fb4c5ab7b767bcb6c0e9be58a014a170287eed Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Sat, 10 Aug 2024 09:01:22 -0700 Subject: [PATCH] style: Apply linter formatting to test_wholefile.py --- tests/basic/test_wholefile.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/basic/test_wholefile.py b/tests/basic/test_wholefile.py index 64e400c27..3ebec1571 100644 --- a/tests/basic/test_wholefile.py +++ b/tests/basic/test_wholefile.py @@ -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"