From 4d96728709c0516c69d322aeed637c2923210dc3 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Thu, 7 Nov 2024 13:02:07 -0800 Subject: [PATCH] fix: Remove unused import of 'backoff' in sendchat.py --- aider/sendchat.py | 1 - 1 file changed, 1 deletion(-) diff --git a/aider/sendchat.py b/aider/sendchat.py index 8c63ff830..4e3c8d66f 100644 --- a/aider/sendchat.py +++ b/aider/sendchat.py @@ -2,7 +2,6 @@ import hashlib import json import time -import backoff from aider.dump import dump # noqa: F401 from aider.exceptions import LiteLLMExceptions