style: Format code with linter and improve line breaks

This commit is contained in:
Paul Gauthier (aider) 2025-03-06 12:00:33 -08:00
parent 65e059a7d2
commit e817c76e38
2 changed files with 5 additions and 1 deletions

View file

@ -960,6 +960,7 @@ class InputOutput:
if self.notifications_command:
try:
import subprocess
subprocess.run(self.notifications_command, shell=True)
except Exception as e:
self.tool_warning(f"Failed to run notifications command: {e}")