From f0d02f2c76cab90c850b8f5f2226af558e1fe07c Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Wed, 25 Sep 2024 11:17:39 -0700 Subject: [PATCH] style: Improve formatting of long string --- aider/coders/base_coder.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/aider/coders/base_coder.py b/aider/coders/base_coder.py index e480fbb25..ddebf2fa1 100755 --- a/aider/coders/base_coder.py +++ b/aider/coders/base_coder.py @@ -185,7 +185,10 @@ class Coder: lines.append(output) if self.edit_format == "senior": - output = f"Junior model: {main_model.junior_model.name} with {main_model.junior_edit_format} edit format" + output = ( + f"Junior model: {main_model.junior_model.name} with" + f" {main_model.junior_edit_format} edit format" + ) lines.append(output) # Repo