From 97b5b1b669f56fefb13d046ce1f6fcc601ed0aa3 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Thu, 6 Mar 2025 12:14:50 -0800 Subject: [PATCH] style: Fix linter formatting in io.py --- aider/io.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/aider/io.py b/aider/io.py index 97c3748b3..746544e7a 100644 --- a/aider/io.py +++ b/aider/io.py @@ -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