mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
fix: Remove unused import of simple_send_with_retries in history.py
This commit is contained in:
parent
d302f228f9
commit
b3db597c4b
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@ import argparse
|
||||||
|
|
||||||
from aider import models, prompts
|
from aider import models, prompts
|
||||||
from aider.dump import dump # noqa: F401
|
from aider.dump import dump # noqa: F401
|
||||||
from aider.sendchat import simple_send_with_retries
|
|
||||||
|
|
||||||
|
|
||||||
class ChatSummary:
|
class ChatSummary:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue