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