From b3db597c4b0c734b426cf8eff4bc62ff9fe0114f Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Tue, 4 Feb 2025 11:37:15 -0800 Subject: [PATCH] fix: Remove unused import of simple_send_with_retries in history.py --- aider/history.py | 1 - 1 file changed, 1 deletion(-) diff --git a/aider/history.py b/aider/history.py index 723feebe5..a4727b941 100644 --- a/aider/history.py +++ b/aider/history.py @@ -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: