From 6a8acefa3095bfca32b1962182298a92f854eda8 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Tue, 4 Feb 2025 11:45:05 -0800 Subject: [PATCH] fix: Import RETRY_TIMEOUT to resolve undefined name error --- aider/coders/base_coder.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aider/coders/base_coder.py b/aider/coders/base_coder.py index 89780381a..a409aa64f 100755 --- a/aider/coders/base_coder.py +++ b/aider/coders/base_coder.py @@ -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