feat: add FileWatcher import to fix undefined name error

This commit is contained in:
Paul Gauthier (aider) 2024-11-27 16:22:57 -08:00
parent f69dd0ef8d
commit 310832f111

View file

@ -23,6 +23,7 @@ from aider.commands import Commands, SwitchCoder
from aider.format_settings import format_settings, scrub_sensitive_info
from aider.history import ChatSummary
from aider.io import InputOutput
from aider.watch import FileWatcher
from aider.llm import litellm # noqa: F401; properly init litellm on launch
from aider.models import ModelSettings
from aider.repo import ANY_GIT_ERROR, GitRepo