From e2117fd8a9c3929e841d0fa640b2db556281f9de Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Thu, 6 Mar 2025 12:01:03 -0800 Subject: [PATCH] feat: Add subprocess import for notifications command --- aider/io.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aider/io.py b/aider/io.py index 3109cf275..3496fa1b7 100644 --- a/aider/io.py +++ b/aider/io.py @@ -2,6 +2,7 @@ import base64 import functools import os import signal +import subprocess import time import webbrowser from collections import defaultdict