mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
style: sort imports alphabetically in main.py
This commit is contained in:
parent
310832f111
commit
ac7900ecd7
1 changed files with 1 additions and 1 deletions
|
@ -23,12 +23,12 @@ from aider.commands import Commands, SwitchCoder
|
|||
from aider.format_settings import format_settings, scrub_sensitive_info
|
||||
from aider.history import ChatSummary
|
||||
from aider.io import InputOutput
|
||||
from aider.watch import FileWatcher
|
||||
from aider.llm import litellm # noqa: F401; properly init litellm on launch
|
||||
from aider.models import ModelSettings
|
||||
from aider.repo import ANY_GIT_ERROR, GitRepo
|
||||
from aider.report import report_uncaught_exceptions
|
||||
from aider.versioncheck import check_version, install_from_main_branch, install_upgrade
|
||||
from aider.watch import FileWatcher
|
||||
|
||||
from .dump import dump # noqa: F401
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue