mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 06:44:59 +00:00
fix: Remove unused import of simple_send_with_retries in repo.py
This commit is contained in:
parent
5692fb32cd
commit
dd42d24d8a
1 changed files with 0 additions and 2 deletions
|
@ -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 += [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue