mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
style: format imports in main.py
This commit is contained in:
parent
f98a229c31
commit
b0e6373c77
1 changed files with 1 additions and 1 deletions
|
@ -473,9 +473,9 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F
|
||||||
commit_prompt=args.commit_prompt,
|
commit_prompt=args.commit_prompt,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
from aider.coders import Coder
|
||||||
from aider.commands import Commands
|
from aider.commands import Commands
|
||||||
from aider.history import ChatSummary
|
from aider.history import ChatSummary
|
||||||
from aider.coders import Coder
|
|
||||||
|
|
||||||
commands = Commands(io, None, verify_ssl=args.verify_ssl)
|
commands = Commands(io, None, verify_ssl=args.verify_ssl)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue