mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
style: Fix linter issues in base_coder.py
This commit is contained in:
parent
f7d64e4c90
commit
eec086e266
1 changed files with 1 additions and 2 deletions
|
@ -20,8 +20,6 @@ from pathlib import Path
|
|||
|
||||
import git
|
||||
from rich.console import Console, Text
|
||||
|
||||
from .chat_chunks import ChatChunks
|
||||
from rich.markdown import Markdown
|
||||
|
||||
from aider import __version__, models, prompts, urls, utils
|
||||
|
@ -37,6 +35,7 @@ from aider.sendchat import retry_exceptions, send_completion
|
|||
from aider.utils import format_content, format_messages, is_image_file
|
||||
|
||||
from ..dump import dump # noqa: F401
|
||||
from .chat_chunks import ChatChunks
|
||||
|
||||
|
||||
class MissingAPIKeyError(ValueError):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue