mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
refactor: remove unused ignore_func parameter from FileWatcher.start method
This commit is contained in:
parent
633ba293a3
commit
2e63f62215
1 changed files with 1 additions and 0 deletions
|
@ -120,6 +120,7 @@ class FileWatcher:
|
||||||
|
|
||||||
return filter_func
|
return filter_func
|
||||||
|
|
||||||
|
# ai remove ignore_func!
|
||||||
def start(self, ignore_func=None):
|
def start(self, ignore_func=None):
|
||||||
"""Start watching for file changes"""
|
"""Start watching for file changes"""
|
||||||
self.stop_event = threading.Event()
|
self.stop_event = threading.Event()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue