From 13cb6a315c54566d1900faf023f96b95c3ac0ce3 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Thu, 21 Nov 2024 18:32:03 -0800 Subject: [PATCH] style: Apply linter formatting to io.py --- aider/io.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/io.py b/aider/io.py index e9feb7da9..083245a8a 100644 --- a/aider/io.py +++ b/aider/io.py @@ -431,7 +431,7 @@ class InputOutput: # Use placeholder if set, then clear it default = self.placeholder self.placeholder = None - + line = self.prompt_session.prompt( show, default=default,