mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
style: Format imports in base_coder.py
This commit is contained in:
parent
f1121e3b7c
commit
ede3061fe0
1 changed files with 1 additions and 6 deletions
|
@ -44,12 +44,7 @@ from aider.reasoning_tags import (
|
|||
from aider.repo import ANY_GIT_ERROR, GitRepo
|
||||
from aider.repomap import RepoMap
|
||||
from aider.run_cmd import run_cmd
|
||||
from aider.utils import (
|
||||
format_content,
|
||||
format_messages,
|
||||
format_tokens,
|
||||
is_image_file,
|
||||
)
|
||||
from aider.utils import format_content, format_messages, format_tokens, is_image_file
|
||||
from aider.waiting import WaitingSpinner
|
||||
|
||||
from ..dump import dump # noqa: F401
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue