style: Run linter to clean up code formatting in sendchat.py

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

View file

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