mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-04 03:35:00 +00:00
style: Fix import statement formatting
This commit is contained in:
parent
bbc619fdba
commit
15639d8801
1 changed files with 1 additions and 2 deletions
|
@ -22,8 +22,7 @@ import git
|
||||||
from rich.console import Console, Text
|
from rich.console import Console, Text
|
||||||
from rich.markdown import Markdown
|
from rich.markdown import Markdown
|
||||||
|
|
||||||
from aider import __version__, models, prompts, urls
|
from aider import __version__, models, prompts, urls, utils
|
||||||
from aider import utils
|
|
||||||
from aider.commands import Commands
|
from aider.commands import Commands
|
||||||
from aider.history import ChatSummary
|
from aider.history import ChatSummary
|
||||||
from aider.io import ConfirmGroup, InputOutput
|
from aider.io import ConfirmGroup, InputOutput
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue