fix: Remove unused import of simple_send_with_retries in repo.py

This commit is contained in:
Paul Gauthier (aider) 2025-02-04 11:36:13 -08:00
parent 5692fb32cd
commit dd42d24d8a

View file

@ -17,8 +17,6 @@ except ImportError:
import pathspec import pathspec
from aider import prompts, utils from aider import prompts, utils
from aider.sendchat import simple_send_with_retries
from .dump import dump # noqa: F401 from .dump import dump # noqa: F401
ANY_GIT_ERROR += [ ANY_GIT_ERROR += [