mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
style: Fix import order in aider/commands.py
This commit is contained in:
parent
cefa3e2cf2
commit
03dfda782c
1 changed files with 1 additions and 1 deletions
|
@ -14,9 +14,9 @@ from rich.text import Text
|
|||
from aider import models, prompts, voice
|
||||
from aider.help import Help, install_help_extra
|
||||
from aider.llm import litellm
|
||||
from aider.run_cmd import run_cmd
|
||||
from aider.scrape import Scraper, install_playwright
|
||||
from aider.utils import is_image_file
|
||||
from aider.run_cmd import run_cmd
|
||||
|
||||
from .dump import dump # noqa: F401
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue