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()