fix: Remove unused import of 'backoff' in sendchat.py

This commit is contained in:
Paul Gauthier (aider) 2024-11-07 13:02:07 -08:00
parent 816fd5e65c
commit 4d96728709

View file

@ -2,7 +2,6 @@ import hashlib
import json
import time
import backoff
from aider.dump import dump # noqa: F401
from aider.exceptions import LiteLLMExceptions