refactor: remove unused ignore_func parameter from FileWatcher.start method

This commit is contained in:
Paul Gauthier 2024-12-01 08:07:20 -08:00 committed by Paul Gauthier (aider)
parent 633ba293a3
commit 2e63f62215

View file

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