mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
style: reorder imports in base_coder.py alphabetically
This commit is contained in:
parent
f591265281
commit
e48037b8b7
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ from aider.io import ConfirmGroup, InputOutput
|
|||
from aider.linter import Linter
|
||||
from aider.llm import litellm
|
||||
from aider.mdstream import MarkdownStream
|
||||
from aider.repo import GitRepo, ANY_GIT_ERROR
|
||||
from aider.repo import ANY_GIT_ERROR, GitRepo
|
||||
from aider.repomap import RepoMap
|
||||
from aider.run_cmd import run_cmd
|
||||
from aider.sendchat import retry_exceptions, send_completion
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue