mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
feat: add FileWatcher import to fix undefined name error
This commit is contained in:
parent
f69dd0ef8d
commit
310832f111
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue