From f3089a74e60f8cac5e7b82f77e0d912ffb57ecfe Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Fri, 9 Aug 2024 11:55:56 -0300 Subject: [PATCH] style: Format code for better readability --- aider/commands.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/aider/commands.py b/aider/commands.py index b9f1e0512..74c33dc3f 100644 --- a/aider/commands.py +++ b/aider/commands.py @@ -329,7 +329,9 @@ class Commands: tokens = self.coder.main_model.token_count(content) res.append((tokens, f"{relative_fname}", "use /drop to drop from chat")) - self.io.tool_output(f"Approximate context window usage for {self.coder.main_model.name}, in tokens:") + self.io.tool_output( + f"Approximate context window usage for {self.coder.main_model.name}, in tokens:" + ) self.io.tool_output() width = 8