style: Run linter and fix import formatting in base_coder.py and models.py

This commit is contained in:
Paul Gauthier (aider) 2025-02-04 11:45:49 -08:00
parent 74da63e3ca
commit 354630770b
2 changed files with 2 additions and 5 deletions

View file

@ -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