mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
style: Format docstring and multiline condition for better readability
This commit is contained in:
parent
930923c211
commit
8c65604b29
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue