style: Fix linter formatting in io.py

This commit is contained in:
Paul Gauthier (aider) 2025-03-06 12:14:50 -08:00
parent 448de8519a
commit 97b5b1b669

View file

@ -975,8 +975,7 @@ class InputOutput:
return f"terminal-notifier -title 'Aider' -message '{NOTIFICATION_MESSAGE}'"
# Fall back to osascript
return (
f'osascript -e \'display notification "{NOTIFICATION_MESSAGE}" with title'
' "Aider"\''
f'osascript -e \'display notification "{NOTIFICATION_MESSAGE}" with title "Aider"\''
)
elif system == "Linux":
# Check for common Linux notification tools