style: reorder imports in base_coder.py alphabetically

This commit is contained in:
Paul Gauthier 2024-08-31 08:41:45 -07:00 committed by Paul Gauthier (aider)
parent f591265281
commit e48037b8b7

View file

@ -29,7 +29,7 @@ from aider.io import ConfirmGroup, InputOutput
from aider.linter import Linter from aider.linter import Linter
from aider.llm import litellm from aider.llm import litellm
from aider.mdstream import MarkdownStream 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.repomap import RepoMap
from aider.run_cmd import run_cmd from aider.run_cmd import run_cmd
from aider.sendchat import retry_exceptions, send_completion from aider.sendchat import retry_exceptions, send_completion