style: Format docstring and multiline condition for better readability

This commit is contained in:
Paul Gauthier (aider) 2025-03-21 09:20:22 -07:00
parent 930923c211
commit 8c65604b29

View file

@ -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