mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-07 05:05:01 +00:00
style: Run linter and fix import formatting in base_coder.py and models.py
This commit is contained in:
parent
74da63e3ca
commit
354630770b
2 changed files with 2 additions and 5 deletions
|
@ -17,10 +17,7 @@ from PIL import Image
|
|||
|
||||
from aider.dump import dump # noqa: F401
|
||||
from aider.llm import litellm
|
||||
from aider.sendchat import (
|
||||
ensure_alternating_roles,
|
||||
sanity_check_messages,
|
||||
)
|
||||
from aider.sendchat import ensure_alternating_roles, sanity_check_messages
|
||||
|
||||
RETRY_TIMEOUT = 60
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue