mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
fix: Import RETRY_TIMEOUT to resolve undefined name error
This commit is contained in:
parent
ddec8325e7
commit
6a8acefa30
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ from aider import __version__, models, prompts, urls, utils
|
|||
from aider.analytics import Analytics
|
||||
from aider.commands import Commands
|
||||
from aider.exceptions import LiteLLMExceptions
|
||||
from aider.sendchat import RETRY_TIMEOUT
|
||||
from aider.history import ChatSummary
|
||||
from aider.io import ConfirmGroup, InputOutput
|
||||
from aider.linter import Linter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue