From 2e63f6221538fa363f2528e843bd54ae18bae2cb Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 1 Dec 2024 08:07:20 -0800 Subject: [PATCH] refactor: remove unused ignore_func parameter from FileWatcher.start method --- aider/watch.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aider/watch.py b/aider/watch.py index 3844cff48..dffab5690 100644 --- a/aider/watch.py +++ b/aider/watch.py @@ -120,6 +120,7 @@ class FileWatcher: return filter_func + # ai remove ignore_func! def start(self, ignore_func=None): """Start watching for file changes""" self.stop_event = threading.Event()