From 8c65604b292f4652fa9ff718faf2b1fa6a70fe6b Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Fri, 21 Mar 2025 09:20:22 -0700 Subject: [PATCH] style: Format docstring and multiline condition for better readability --- aider/io.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aider/io.py b/aider/io.py index 53976a49a..ffc932f3c 100644 --- a/aider/io.py +++ b/aider/io.py @@ -70,7 +70,8 @@ def restore_multiline(func): class CommandCompletionException(Exception): - """Raised when a command should use the normal autocompleter instead of command-specific completion.""" + """Raised when a command should use the normal autocompleter instead of + command-specific completion.""" pass