style: Run linter and fix whitespace issues in models.py and sendchat.py

This commit is contained in:
Paul Gauthier (aider) 2025-02-04 11:34:45 -08:00
parent c3beaedaa6
commit 72b82a8d19
2 changed files with 1 additions and 1 deletions

View file

@ -552,6 +552,7 @@ class Model(ModelSettings):
# dump(kwargs)
hash_object = hashlib.sha1(key)
from aider.sendchat import litellm
res = litellm.completion(**kwargs)
return hash_object, res

View file

@ -1,7 +1,6 @@
from aider.dump import dump # noqa: F401
from aider.utils import format_messages
RETRY_TIMEOUT = 60