fix: Remove unused import of simple_send_with_retries in history.py

This commit is contained in:
Paul Gauthier (aider) 2025-02-04 11:37:15 -08:00
parent d302f228f9
commit b3db597c4b

View file

@ -2,7 +2,6 @@ import argparse
from aider import models, prompts
from aider.dump import dump # noqa: F401
from aider.sendchat import simple_send_with_retries
class ChatSummary: