mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
fix: Remove unused import and update Commands initialization in main.py
This commit is contained in:
parent
b5e51d138e
commit
2f3cd436a6
2 changed files with 3 additions and 2 deletions
|
@ -473,7 +473,8 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F
|
|||
commit_prompt=args.commit_prompt,
|
||||
)
|
||||
|
||||
commands = Commands(io, None, args.voice_language, verify_ssl=args.verify_ssl)
|
||||
from aider.commands import Commands
|
||||
commands = Commands(io, None, verify_ssl=args.verify_ssl)
|
||||
|
||||
try:
|
||||
coder = Coder.create(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue