From dd42d24d8a06b0db6ac35cf23903a0860d31bc3a Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Tue, 4 Feb 2025 11:36:13 -0800 Subject: [PATCH] fix: Remove unused import of simple_send_with_retries in repo.py --- aider/repo.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/aider/repo.py b/aider/repo.py index c234e56e0..09dd9f829 100644 --- a/aider/repo.py +++ b/aider/repo.py @@ -17,8 +17,6 @@ except ImportError: import pathspec from aider import prompts, utils -from aider.sendchat import simple_send_with_retries - from .dump import dump # noqa: F401 ANY_GIT_ERROR += [