fix: Import RETRY_TIMEOUT to resolve undefined name error

This commit is contained in:
Paul Gauthier (aider) 2025-02-04 11:45:05 -08:00
parent ddec8325e7
commit 6a8acefa30

View file

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